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