mirror of
https://github.com/nushell/nushell
synced 2025-01-28 21:05:48 +00:00
248 B
248 B
title | layout | version |
---|---|---|
dfr is-unique | command | 0.59.1 |
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