polars_plan::dsl::functions

Function mean_horizontal

Source
pub fn mean_horizontal<E: AsRef<[Expr]>>(exprs: E) -> PolarsResult<Expr>
Expand description

Compute the mean of all values horizontally across columns.