-
Notifications
You must be signed in to change notification settings - Fork 916
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
Add tests of currently unsupported indexing #13338
Add tests of currently unsupported indexing #13338
Conversation
Probably punt this to 23.08 |
Will retarget to 23.08. |
6efa22d
to
0ee5477
Compare
In the interests of making reviewing easier, I'm splitting the indexing rework into more pieces. This one just adds tests for the things we know don't work correctly at present. |
iloc.__getitem__
to handle more corner-cases0ee5477
to
46f17f7
Compare
This gives us observability over changes as we fix things.
da5991e
to
5a370f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two suggestions, otherwise LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of small requests, but nothing blocking. Thank you for diligently constructing all the necessary test cases here, it's super valuable.
/merge |
Description
Add xfailing tests for many indexing corner cases
This gives us observability over changes as we fix things.
Checklist