# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomat.ai/data-transformation/formulas/aggregate-functions/percentile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
