polars::prelude

Function sum

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

Sum all the values in the column named name. Shorthand for col(name).sum().