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 64261bb commit 4adead6Copy full SHA for 4adead6
doc/source/whatsnew/v0.25.0.rst
@@ -40,6 +40,7 @@ Other Enhancements
40
- :meth:`DataFrame.query` and :meth:`DataFrame.eval` now supports quoting column names with backticks to refer to names with spaces (:issue:`6508`)
41
- :func:`merge_asof` now gives a more clear error message when merge keys are categoricals that are not equal (:issue:`26136`)
42
- :meth:`pandas.core.window.Rolling` supports exponential (or Poisson) window type (:issue:`21303`)
43
+- :meth:`ExtensionArray.argsort` places the nan at the end of the sorted array (:issue:`21801`)
44
45
.. _whatsnew_0250.api_breaking:
46
0 commit comments