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