peak_min_with_start_end

Function peak_min_with_start_end 

Source
pub fn peak_min_with_start_end<T>(
    ca: &ChunkedArray<T>,
    start: Option<<T as PolarsNumericType>::Native>,
    end: Option<<T as PolarsNumericType>::Native>,
) -> ChunkedArray<BooleanType>
Available on crate feature polars-ops only.
Expand description

Get a boolean mask of the local minimum peaks.