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