Function polars::prelude::interpolate_by

source ยท
pub fn interpolate_by(
    s: &Column,
    by: &Column,
    by_is_sorted: bool,
) -> Result<Column, PolarsError>
Available on crate feature polars-ops only.