mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
uniq-by
command (#7295)
New command `uniq-by` to get uniq results by column. Closes https://github.com/nushell/nushell/issues/7109
This commit is contained in:
@ -132,6 +132,7 @@ pub fn create_default_context() -> EngineState {
|
||||
SplitList,
|
||||
Transpose,
|
||||
Uniq,
|
||||
UniqBy,
|
||||
Upsert,
|
||||
Update,
|
||||
UpdateCells,
|
||||
|
Reference in New Issue
Block a user