dfr arg-max
for dataframe> dfr arg-max {flags}
input | output |
---|---|
any | any |
Returns index for max value
> [132] |dfr into-df|dfr arg-max
╭───┬─────────╮
│# │ arg_max │
├───┼─────────┤
│0│1│
╰───┴─────────╯
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-max.html