-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add test for MultiIndex Construction with pd.NA #31883
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 test for MultiIndex Construction with pd.NA #31883
Comments
This was fixed by #31939 and #31799. #31939 was backported, so this should be working on 1.0.2 I think we have a test for it at https://github.com/pandas-dev/pandas/blob/master/pandas/tests/indexes/multi/test_indexing.py#L412-L414, which is xfailed. Removing that test will give us the coverage we want. |
Thanks for the insights @TomAugspurger. Adding good first issue label as well to see if a new contributor wants to remove the xfail |
take |
@MillanSharma you are still working on it ? |
Discovered in #31799
May be the same root cause as #31881
The text was updated successfully, but these errors were encountered: