Function polars::prelude::min

source ·
pub fn min(name: &str) -> Expr
Available on crate feature lazy only.
Expand description

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