dfr arg-min for dataframe> dfr arg-min {flags} 
| input | output | 
|---|---|
| any | any | 
Returns index for min value
> [132] |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
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/dfr_arg-min.html