Function polars_lazy::dsl::mean
pub fn mean(name: &str) -> Expr
Expand description
Find the mean of all the values in the column named name
. Shorthand for col(name).mean()
.
pub fn mean(name: &str) -> Expr
Find the mean of all the values in the column named name
. Shorthand for col(name).mean()
.