mirror of
https://github.com/danbulant/nushell
synced 2026-06-11 02:30:36 +00:00
248 B
248 B
| title | layout | version |
|---|---|---|
| dfr is-unique | command | 0.59.0 |
Creates mask indicating unique values
Signature
> dfr is-unique
Examples
Create mask indicating unique values
> [5 6 6 6 8 8 8] | dfr to-df | dfr is-unique