> 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/variance.md).

# Variance

Gets the variance of non-empty values in the column

```mathematica
Variance(column1) → 202.78
Variance(column2) → 14052.08
```

#### Inputs

`Variance(column)`

* `column` - A column to calculate the variance for
