nushell/docs/commands/dfr_arg-max.md

19 lines
224 B
Markdown

---
title: dfr arg-max
layout: command
version: 0.59.1
---
Return index for max value in series
## Signature
```> dfr arg-max ```
## Examples
Returns index for max value
```shell
> [1 3 2] | dfr to-df | dfr arg-max
```