# Quartile

Gets the value at a given quartile of the numeric column

```mathematica
Quartile(column1, 3) → 37
Quartile(column1, 1) → 15
```

#### Inputs

`Quartile(column, quartile)`

* `column` - A column to get the quartile for
* `quartile` - The number of quartile. The quartile must be a value from 0 to 4, where 1 represents the lower quartile, and 3 - the upper
