Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 664 Bytes

File metadata and controls

7 lines (6 loc) · 664 Bytes

Percentile

Function Name Description
MEDIAN Computes the median of a dataset.
PERCENTILE_CONT Computes a percentile value based on a continuous distribution of the column input.
PERCENTILE_DISC Computes a specific percentile for sorted values in a column.