# 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
