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