Aggregation#
| Aggregate the columns in the LazyFrame to their maximum value. | |
| Aggregate the columns in the LazyFrame to their mean value. | |
| Aggregate the columns in the LazyFrame to their median value. | |
| Aggregate the columns in the LazyFrame to their minimum value. | |
| Aggregate the columns in the LazyFrame as the sum of their null value count. | |
| 
 | Aggregate the columns in the LazyFrame to their quantile value. | 
| 
 | Aggregate the columns in the LazyFrame to their standard deviation value. | 
| Aggregate the columns in the LazyFrame to their sum value. | |
| 
 | Aggregate the columns in the LazyFrame to their variance value. |