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