-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
dataRay Data-related issuesRay Data-related issuesenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)Needs triage (eg: priority, bug/not-bug, and owning component)
Description
Description
I'd found it useful to be able to calculate the number of distinct items in a column (or multiple).
ideally you can just do something like:
ds.aggregate(CountDistinct("key"))
or:
ds.groupby(a).aggregate(CountDistinct("key"))
as well
Use case
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dataRay Data-related issuesRay Data-related issuesenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)Needs triage (eg: priority, bug/not-bug, and owning component)