pub fn fold_exprs<F, E: AsRef<[Expr]>>(acc: Expr, f: F, exprs: E) -> Expr
where F: Fn(Series, Series) -> PolarsResult<Option<Series>> + Send + Sync + Clone + 'static,
Expand description

Accumulate over multiple columns horizontally / row wise.