dfr arg-min
for dataframe
Return index for min value in series.
Signature
> dfr arg-min {flags}
Input/output types:
input | output |
---|---|
any | any |
Examples
Returns index for min value
> [1 3 2] | dfr into-df | dfr arg-min
╭───┬─────────╮
│ # │ arg_min │
├───┼─────────┤
│ 0 │ 0 │
╰───┴─────────╯
Tips: Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe
flag