# Median

Gets the median value in the column

```mathematica
Median(column1) → 28
Median(column2) → 2062.56
```

#### Inputs

`Median(column)`

* `column` - A column to calculate the median value for
