Function polars_lazy::dsl::quantile[][src]

pub fn quantile(name: &str, quantile: f64) -> Expr
This is supported on crate feature compile only.
Expand description

Find a specific quantile of all the values in this Expression.