peak_min_max

Function peak_min_max 

Source
pub fn peak_min_max(
    column: &Column,
    start: &AnyValue<'_>,
    end: &AnyValue<'_>,
    is_peak_max: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
Available on crate feature polars-ops only.