Function polars_lazy::dsl::mean_horizontal

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

Compute the mean of all values horizontally across columns.