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