# 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


---

# 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/quartile.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.
