2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 12:43:48 +00:00
nushell/docs/commands/dfr_arg-min.md

19 lines
224 B
Markdown
Raw Normal View History

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