We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac589 commit b401cbaCopy full SHA for b401cba
doc/source/whatsnew/v0.25.0.rst
@@ -82,7 +82,8 @@ Other Enhancements
82
- :meth:`DataFrame.query` and :meth:`DataFrame.eval` now supports quoting column names with backticks to refer to names with spaces (:issue:`6508`)
83
- :func:`merge_asof` now gives a more clear error message when merge keys are categoricals that are not equal (:issue:`26136`)
84
- :meth:`pandas.core.window.Rolling` supports exponential (or Poisson) window type (:issue:`21303`)
85
--
+- :meth:`ExtensionArray.argsort` places NA values at the end of the sorted array (:issue:`21801`)
86
+>>>>>>> Add whatsnew note
87
88
.. _whatsnew_0250.api_breaking:
89
0 commit comments