Function polars_lazy::dsl::functions::avg

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

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