Function polars_plan::dsl::functions::min

source ยท
pub fn min(name: &str) -> Expr
Expand description

Find the minimum of all the values in the column named name. Shorthand for col(name).min().