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

# Mode

Gets the most common value in the column

```mathematica
Mode(column1) → 32
Mode(column2) → 4
```

#### Inputs

`Mode(column)`

* `column` - A column to get the mode value for
