mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +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