Function polars_lazy::dsl::mean  
pub fn mean(name: &str) -> ExprExpand description
Find the mean of all the values in the column named name. Shorthand for col(name).mean().
pub fn mean(name: &str) -> ExprFind the mean of all the values in the column named name. Shorthand for col(name).mean().