polars_lazy::dsl::functions

Function quantile

Source
pub fn quantile(name: &str, quantile: Expr, method: QuantileMethod) -> Expr
Expand description

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