Skip to content

CLN: prelims for MultiIndex.get_value #31640

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

Closed
wants to merge 2 commits into from

Conversation

jbrockmendel
Copy link
Member

Unravelling MultiIndex.get_value and get_loc is shaping up to be a PITA. This separates out the easiest parts of the get_value cleanup.

@TomAugspurger can you confirm that the change made here to the __finalize__ call is correct? If so, suggest a test?

@jbrockmendel jbrockmendel added Clean Indexing Related to indexing on series/frames, not to indexes themselves labels Feb 4, 2020
@jreback
Copy link
Contributor

jreback commented Feb 5, 2020

needs a rebase, and now that I think about it, try_mi really should NOT be where it is, it actually should be a series method i think.

@jbrockmendel
Copy link
Member Author

try_mi really should NOT be where it is

I'm hoping we can get it into _get_values_for_loc, separate PR

@jbrockmendel
Copy link
Member Author

Closing in favor of #31736.

@jbrockmendel jbrockmendel deleted the mi-indexing-1 branch February 6, 2020 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants