# Percentile

Gets the value at a given percentile of the numeric column

```mathematica
Percentile(column1, 0.5) → 625
Percentile(column2, 0.0) → 1
```

#### Inputs

`Percentile(column, percentile)`

* `column` - A column to get the percentile for
* `percentile` - The percentile of the value to find. The percentile must be a constant between 0.0 and 1
