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

BUG: Handle MultiIndex cases properly #4904

Open
pyrito opened this issue Aug 31, 2022 · 2 comments
Open

BUG: Handle MultiIndex cases properly #4904

pyrito opened this issue Aug 31, 2022 · 2 comments
Labels
Epic P1 Important tasks that we should complete soon pandas concordance 🐼 Functionality that does not match pandas

Comments

@pyrito
Copy link
Collaborator

pyrito commented Aug 31, 2022

We currently have a ton of MultiIndex bugs and errors that we haven’t gotten around to fixing. Here are a list of self-reported bugs related to MultiIndex:

@pyrito pyrito added pandas concordance 🐼 Functionality that does not match pandas P1 Important tasks that we should complete soon Epic labels Aug 31, 2022
@jbrockmendel
Copy link
Collaborator

I expect the solution will involve copy/pasting more of the pandas LocIndexer code

@pyrito
Copy link
Collaborator Author

pyrito commented Aug 31, 2022

Possibly. I think the right answer is to use the pandas LocIndexer code, but we may need to do some things to reconcile things across partitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic P1 Important tasks that we should complete soon pandas concordance 🐼 Functionality that does not match pandas
Projects
None yet
Development

No branches or pull requests

2 participants