Function polars::prelude::avg

source ·
pub fn avg(name: &str) -> Expr
Available on crate feature lazy only.
Expand description

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