pub fn mean(name: &str) -> Expr
Find the mean of all the values in the column named name. Shorthand for col(name).mean().
name
col(name).mean()