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