Skip to content

REF: BaseGroupBy methods belong in GroupBy #41066

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 6 commits into from
Apr 22, 2021

Conversation

jbrockmendel
Copy link
Member

BaseGroupBy is also subclassed by Resampler; if Resampler ever accessed these methods they'd get an AttributeError.

Once non-direct move is _cython_agg_general, where the implementation is moved to SeriesGroupBy instead of GroupBy, bc DataFrameGroupBy overrides it.

@jreback jreback added Groupby Refactor Internal refactoring of code labels Apr 21, 2021
@jreback jreback added this to the 1.3 milestone Apr 21, 2021
@jreback
Copy link
Contributor

jreback commented Apr 21, 2021

looks good, can ou rebase

@jbrockmendel
Copy link
Member Author

rebased + greenish

@jreback jreback merged commit 795c0c9 into pandas-dev:master Apr 22, 2021
@jbrockmendel jbrockmendel deleted the ref-sgb branch April 22, 2021 22:19
yeshsurya pushed a commit to yeshsurya/pandas that referenced this pull request May 6, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Groupby Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants