Function polars::prelude::fold_exprs[][src]

pub fn fold_exprs<F>(acc: Expr, f: F, exprs: Vec<Expr, Global>) -> Expr where
    F: 'static + Fn(Series, Series) -> Result<Series, PolarsError> + Send + Sync + Clone
Expand description

Accumulate over multiple columns horizontally / row wise.