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 · 1 comment · Fixed by #7434
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
noloerino added a commit to noloerino/modin that referenced this issue Feb 6, 2025
mvashishtha pushed a commit that referenced this issue Feb 7, 2025
@sfc-gh-joshi sfc-gh-joshi reopened this Feb 7, 2025
@sfc-gh-joshi
Copy link
Contributor

Reopening because I typed the wrong issue # on the linked PR (it should have been 7407).

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

Successfully merging a pull request may close this issue.

2 participants