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

CLN: remove _from_mgr (no longer used after GH-45363) #45415

Merged

Conversation

jorisvandenbossche
Copy link
Member

One part of the follow-up to #45363

This one doesn't necessarily need to be backported to 1.4

@jorisvandenbossche jorisvandenbossche added this to the 1.5 milestone Jan 17, 2022
@@ -285,22 +285,6 @@ def _init_mgr(
mgr = mgr.astype(dtype=dtype)
return mgr

@classmethod
def _from_mgr(cls, mgr: Manager):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this, because it was only used in the groupby Splitter (and so that usage was removed in the previous PR)

@jreback
Copy link
Contributor

jreback commented Jan 17, 2022

we just merged some cleanup similar to this by @jbrockmendel so if you can rebase

@jorisvandenbossche
Copy link
Member Author

@jbrockmendel it would be useful if you can mention the PR when doing a follow-up to a specific PR (so that github shows it as a linked PR in the original PR)

@jorisvandenbossche jorisvandenbossche changed the title CLN: move __finalize__ call into splitter (groupbt GH-45363 follow-up) CLN: remove _from_mgr (no longer used after GH-45363) Jan 18, 2022
@jreback jreback merged commit 14e09c4 into pandas-dev:main Jan 19, 2022
@jreback
Copy link
Contributor

jreback commented Jan 19, 2022

thanks @jorisvandenbossche

@jorisvandenbossche jorisvandenbossche deleted the groupby-subclass-follow-up branch January 19, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants