polars::prelude::interpolate_by

Function interpolate_by

Source
pub fn interpolate_by(
    s: &Column,
    by: &Column,
    by_is_sorted: bool,
) -> Result<Column, PolarsError>
Available on crate features polars-ops and interpolate_by only.