Function polars_plan::dsl::functions::quantile
source ยท pub fn quantile(
name: &str,
quantile: Expr,
interpol: QuantileInterpolOptions,
) -> Expr
Expand description
Find a specific quantile of all the values in the column named name
.