mirror of
https://github.com/nushell/nushell
synced 2025-01-01 15:58:55 +00:00
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
225 B
225 B
title | layout | version |
---|---|---|
dfr arg-max | command | 0.59.0 |
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