-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: JSON serialization with orient split fails roundtrip with MultiIndex #50904
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
Conversation
@@ -0,0 +1,19 @@ | |||
{ |
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.
This should not be commited
@@ -0,0 +1,3 @@ | |||
import pandas |
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.
This should not be commited either
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.
Thanks @labibdotc for the PR. Besides addressing the comments when you've got the time, can you also merge main into your branch and fix the conflicts. You may want to add your release note not at the very end of the list. That should help prevent conflicts.
marks=pytest.mark.xfail( | ||
reason="Produces JSON but not in a consistent manner" | ||
), | ||
), |
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.
This is not the test, the test is test_roundtrip_multiindex
and what needs to be removed is the xfail
decorator.
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
doc/source/whatsnew/v2.0.0.rst