Function polars::prelude::max

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

Find the maximum of all the values in the column named name. Shorthand for col(name).max().