pub fn approx_quantile_sketch(
s: &Series,
error: f64,
method: &ApproxQuantileMethod,
) -> Result<Series, PolarsError>Available on crate feature
polars-ops only.Expand description
Summarize s into a single-row sketch column.