-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
fix unnecessary sort in pd.read_json and orient="index" #28606
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
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.
I am surprised this doesn't break things
Looks simpler - nice job! Can you also add a whatsnew for v1.0.0? |
Of course. |
Looks like an isort failure is causing CI to go red, but outside of that this change lgtm |
Looks like you still have an isort error. Can you run |
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.
lgtm - @jreback not sure if you have any other comments
Thanks @KimDoubleB - great PR and congrats on first contribution! |
Thanks so much. @WillAyd |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff