> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/aggregate/percentile.md).

# PERCENTILE

PERCENTILE(`nth`, `column` )

Computes *n*th percentile of a list of numbers, ignoring any blank values.

### Arguments

| Argument | Description                                     |
| -------- | ----------------------------------------------- |
| `nth`    | Desired percentile as a decimal (0 <= nth <= 1) |
| `column` | numeric column                                  |

### Outputs

Desired percentile of input values

### Example

{% embed url="<https://datawrapper.dwcdn.net/M55Us/1/>" %}
