Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group-by result with the same group names #30

Open
genmeblog opened this issue Mar 7, 2021 · 0 comments
Open

group-by result with the same group names #30

genmeblog opened this issue Mar 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@genmeblog
Copy link
Member

grouped dataset usually has unique group names, however it can contain names duplicated (what is unique it's group-id). So there is an option to build such grouping to make partition-by functionality happen, as described here: https://clojurians.zulipchat.com/#narrow/stream/264992-ml-study/topic/session.2013.2E1/near/228939222

Possible direction of development can allow seqences of indexes in case of grouping by map. Currently you can build grouped dataset out of a map with keys as a group names and vals as list of row indices. If we allow seq of row indices too it could solve this issue.

Contributor should verify against regresion all functions relying on group-name especially: ungroup and aggregate. Also pivot operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant