pub fn percentile(
col: impl Into<Column>,
percentage: impl Into<Column>,
frequency: Option<impl Into<Column>>,
) -> Column
Expand description
Returns the exact percentile(s) of numeric column expr at the given percentage(s) with value range in [0.0, 1.0].