polars_lazy::dsl::functions

Function avg

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

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