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