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

# StdDev

Gets the standard deviation in the column

```mathematica
StdDev(column1) → 14.24
StdDev(column2) → 6.06
```

#### Inputs

`StdDev(column)`

* `column` - A column to calculate the standard deviation for
