Function polars::prelude::quantile

source ·
pub fn quantile(
    name: &str,
    quantile: Expr,
    interpol: QuantileInterpolOptions
) -> Expr
Available on crate feature lazy only.
Expand description

Find a specific quantile of all the values in the column named name.