Get the index of the maximal value
Description
Get the index of the maximal value
Usage
<Expr>$arg_max()
Value
A polars expression
Examples
#> shape: (1, 1)
#> ┌─────┐
#> │ a │
#> │ --- │
#> │ u32 │
#> ╞═════╡
#> │ 2 │
#> └─────┘
Get the index of the maximal value
<Expr>$arg_max()
A polars expression
#> shape: (1, 1)
#> ┌─────┐
#> │ a │
#> │ --- │
#> │ u32 │
#> ╞═════╡
#> │ 2 │
#> └─────┘