Aggregate the columns of this LazyFrame to their sum values
Description
Aggregate the columns of this LazyFrame to their sum values
Usage
<LazyFrame>$sum()
Value
A polars LazyFrame
Examples
#> shape: (1, 2)
#> ┌─────┬─────┐
#> │ a ┆ b │
#> │ --- ┆ --- │
#> │ i32 ┆ f64 │
#> ╞═════╪═════╡
#> │ 10 ┆ 5.0 │
#> └─────┴─────┘