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