Function polars::prelude::fold_exprs
pub fn fold_exprs<F, E>(acc: Expr, f: F, exprs: E) -> Expr
Available on crate feature
lazy
only.Expand description
Accumulate over multiple columns horizontally / row wise.
pub fn fold_exprs<F, E>(acc: Expr, f: F, exprs: E) -> Expr
lazy
only.Accumulate over multiple columns horizontally / row wise.