-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DOC: Whatsnew for sorting mode result #60718
DOC: Whatsnew for sorting mode result #60718
Conversation
pandas/tests/reshape/test_pivot.py
Outdated
# @pytest.mark.xfail( | ||
# using_string_dtype(), reason="TODO(infer_string) None is cast to NaN" | ||
# ) |
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 can be removed instead of put in comments?
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 must of had the wrong branch checked out when making this. Will cleanup. This should just have the whatsnew note.
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.
Ready now.
…mode_sort_na_whatsnew
Thanks @rhshadrach |
…sult) (#60760) Backport PR #60718: DOC: Whatsnew for sorting mode result Co-authored-by: Richard Shadrach <[email protected]>
* DOC: Whatsnew for sorting mode result * Reverts
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Entry from #60702