polars_plan::dsl::functions

Function 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.