Function cum_max

Source
pub fn cum_max(s: &Series, reverse: bool) -> Result<Series, PolarsError>
Expand description

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