nushell/docs/commands/dfr_arg-max.md

20 lines
225 B
Markdown
Raw Normal View History

---
title: dfr arg-max
layout: command
version: 0.59.0
---
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
```