Aggregate the columns in the LazyFrame to their mean value
Description
Aggregate the columns in the LazyFrame to their mean value
Usage
<LazyFrame>$mean()
Value
A polars LazyFrame
Examples
#> shape: (1, 2)
#> ┌─────┬──────┐
#> │ a ┆ b │
#> │ --- ┆ --- │
#> │ f64 ┆ f64 │
#> ╞═════╪══════╡
#> │ 2.5 ┆ 1.25 │
#> └─────┴──────┘