Function polars::prelude::cum_max

source ·
pub fn cum_max(s: &Series, reverse: bool) -> Result<Series, PolarsError>
Available on crate feature polars-ops only.
Expand description

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