Function polars_lazy::dsl::mean_horizontal
pub fn mean_horizontal<E>(exprs: E) -> Result<Expr, PolarsError>
Expand description
Compute the mean of all values horizontally across columns.
pub fn mean_horizontal<E>(exprs: E) -> Result<Expr, PolarsError>
Compute the mean of all values horizontally across columns.