Skip to content
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

API: ExtensionArray.argsort places the missing value at the end #27137

Merged
merged 12 commits into from
Jul 3, 2019
Prev Previous commit
Next Next commit
issue
  • Loading branch information
TomAugspurger committed Jul 3, 2019
commit c5bfb44c913bf488c51082bf2c993185f94cbdd9
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ Categorical.argsort now places missing values at the end
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

:meth:`Categorical.argsort` now places missing values at the end of the array, making it
consistent with NumPy and the rest of pandas.
consistent with NumPy and the rest of pandas (:issue:`21801`).

.. ipython:: python

Expand Down