Skip to content

CLN: Remove param _set_identity from MultiIndex #36786

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 1 commit into from
Oct 2, 2020

Conversation

topper-123
Copy link
Contributor

@topper-123 topper-123 commented Oct 1, 2020

I don't see how _set_identitycan be needed and other index classes don'r have this parameter, so best to just remove it.

Other index classes always end by calling _reset_identity, so I just do that here also. I'm not sure that's really needed, but that's for another day.

@jbrockmendel
Copy link
Member

LGTM pending green, agreed this is weird

@mroeschke mroeschke added this to the 1.2 milestone Oct 2, 2020
@jreback
Copy link
Contributor

jreback commented Oct 2, 2020

yeah this is fine, I remember adding this at some point, then we removed but i guess not fully.

@jreback jreback merged commit 7322222 into pandas-dev:master Oct 2, 2020
@topper-123 topper-123 deleted the remove_mi_set_identity branch October 2, 2020 21:56
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants