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

FEAT: Add extensions accessors for DataFrameGroupBy, Resample, and other accessor objects #7404

Open
noloerino opened this issue Oct 3, 2024 · 0 comments
Labels
Enable plugin Fixes needed to enable external plugins Interfaces and abstractions Issues with Modin's QueryCompiler, Algebra, or BaseIO objects new feature/request 💬 Requests and pull requests for new features

Comments

@noloerino
Copy link
Collaborator

This lets downstream extensions override methods on accessor classes returned from methods (like groupby, Series.str, iloc, etc.) similar to register_dataframe_accessor for DataFrame methods.

@noloerino noloerino added new feature/request 💬 Requests and pull requests for new features Enable plugin Fixes needed to enable external plugins Interfaces and abstractions Issues with Modin's QueryCompiler, Algebra, or BaseIO objects labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enable plugin Fixes needed to enable external plugins Interfaces and abstractions Issues with Modin's QueryCompiler, Algebra, or BaseIO objects new feature/request 💬 Requests and pull requests for new features
Projects
None yet
Development

No branches or pull requests

1 participant