nushell/docs/commands/dfr_arg-max.md

224 B

title layout version
dfr arg-max command 0.59.1

Return index for max value in series

Signature

> dfr arg-max

Examples

Returns index for max value

> [1 3 2] | dfr to-df | dfr arg-max