polars_plan::dsl::functions

Function mean_horizontal

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

Compute the mean of all values horizontally across columns.