Function polars_lazy::dsl::functions::mean

source ·
pub fn mean(name: &str) -> Expr
Expand description

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