# 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
