pub fn cum_count_with_init( s: &Series, reverse: bool, init: u32, ) -> Result<Series, PolarsError>
polars-ops