> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/aggregate-functions/avg.md).

# Avg

Gets the average value in the column

```mathematica
Avg(column) → 26.7
Avg(column2) → 2.0
```

#### Inputs

`Avg(column)`

* `column` - A column to calculate an average for
