polars_lazy::dsl

Function mean_horizontal

Source
pub fn mean_horizontal<E>(
    exprs: E,
    ignore_nulls: bool,
) -> Result<Expr, PolarsError>
where E: AsRef<[Expr]>,
Expand description

Compute the mean of all values horizontally across columns.