-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Description
Any objections to adding Column.unique
to get the unique values in a Column
?
It could return another Column
with just the unique values.
Why do we need this? From #131 (comment), if we're disallowing iterating over groups, then the workaround is to find the unique values, filter by them, and apply the user-defined function each time