Function polars::prelude::cum_min

source ·
pub fn cum_min(s: &Series, reverse: bool) -> Result<Series, PolarsError>
Expand description

Get an array with the cumulative min computed at every element.