pub fn mean_horizontal<E: AsRef<[Expr]>>( exprs: E, ignore_nulls: bool, ) -> PolarsResult<Expr>
Compute the mean of all values horizontally across columns.