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