Function polars::prelude::interpolate_by::interpolate_by
source ยท pub fn interpolate_by(
s: &Series,
by: &Series,
by_is_sorted: bool
) -> Result<Series, PolarsError>
Available on crate features
polars-ops
and interpolate_by
only.