pub fn cum_prod_with_init( s: &Series, reverse: bool, init: &AnyValue<'static>, ) -> Result<Series, PolarsError>
polars-ops