Function polars_lazy::dsl::functions::avg

pub fn avg(name: &str) -> Expr
Expand description

Find the mean of all the values in the column named name. Alias for mean.