You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: add sort_categories argument to union_categoricals
- needed for #13406, follow-up to #13763
Author: Chris <[email protected]>
Author: sinhrks <[email protected]>
Closes#13846 from chris-b1/union_categoricals_ordered and squashes the following commits:
3a710f0 [Chris] lint fix
ff0bb5e [Chris] add follow-up PRs to whatsnew
ecb2ae9 [Chris] more tests; handle sorth with ordered
eea1777 [Chris] skip r-esort when possible on fastpath
c559662 [sinhrks] ENH: add sort_categories argument to union_categoricals
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ Other enhancements
336
336
- Consistent with the Python API, ``pd.read_csv()`` will now interpret ``+inf`` as positive infinity (:issue:`13274`)
337
337
- The ``DataFrame`` constructor will now respect key ordering if a list of ``OrderedDict`` objects are passed in (:issue:`13304`)
338
338
- ``pd.read_html()`` has gained support for the ``decimal`` option (:issue:`12907`)
339
-
- A function :func:`union_categorical` has been added for combining categoricals, see :ref:`Unioning Categoricals<categorical.union>` (:issue:`13361`)
339
+
- A function :func:`union_categorical` has been added for combining categoricals, see :ref:`Unioning Categoricals<categorical.union>` (:issue:`13361`, :issue:`:13763`, issue:`13846')
340
340
- ``Series`` has gained the properties ``.is_monotonic``, ``.is_monotonic_increasing``, ``.is_monotonic_decreasing``, similar to ``Index`` (:issue:`13336`)
341
341
- ``DataFrame.to_sql()`` now allows a single value as the SQL type for all columns (:issue:`11886`).
342
342
- ``Series.append`` now supports the ``ignore_index`` option (:issue:`13677`)
0 commit comments