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