mirror of
https://github.com/nushell/nushell.git
synced 2025-02-01 11:09:49 +01: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