Skip to content

Enhanced GroupBy support in compiler plugin #1050

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

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Conversation

koperagen
Copy link
Collaborator

Now interpretation framework treats GroupBy similar to DataFrame, because both can be seen as "shape" types and all information about them is stored as type parameters, unlike for example Convert where there're selected columns - we don't store it as a type parameter. In preactise it means that function like GroupBy.updateGroups that changes type parameter now will be automatically supported.

@koperagen koperagen added the Compiler plugin Anything related to the DataFrame Compiler Plugin label Feb 3, 2025
@koperagen koperagen added this to the 0.16 milestone Feb 3, 2025
@koperagen koperagen self-assigned this Feb 3, 2025
@koperagen koperagen merged commit a68e18a into master Feb 3, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler plugin Anything related to the DataFrame Compiler Plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant