Function polars::prelude::cum_fold_exprs  
pub fn cum_fold_exprs<F, E>(
    acc: Expr,
    f: F,
    exprs: E,
    include_init: bool
) -> ExprAvailable on crate features 
lazy and dtype-struct only.Expand description
Accumulate over multiple columns horizontally / row wise.