Skip to content

[data] count distinct aggregator #58252

@richardliaw

Description

@richardliaw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    dataRay Data-related issuesenhancementRequest for new feature and/or capabilitytriageNeeds triage (eg: priority, bug/not-bug, and owning component)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions