Skip to content

Commit 2773cdf

Browse files
committed
Tweak whatsnew entry
1 parent 0f23615 commit 2773cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.19.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Other enhancements
229229
- ``pd.read_html()`` has gained support for the ``decimal`` option (:issue:`12907`)
230230
- A top-level function :func:`union_categorical` has been added for combining categoricals, see :ref:`Unioning Categoricals<categorical.union>` (:issue:`13361`)
231231
- ``Series`` has gained the properties ``.is_monotonic``, ``.is_monotonic_increasing``, ``.is_monotonic_decreasing``, similar to ``Index`` (:issue:`13336`)
232-
- ``DataFrame.sort_values()`` has gained support for re-ordering columns by index label (:issue:`10806`)
232+
- ``DataFrame.sort_values()`` has gained `axis=1` support to re-order columns `by=index_label` (:issue:`10806`)
233233

234234
.. _whatsnew_0190.api:
235235

0 commit comments

Comments
 (0)