Skip to content

Commit ff0bb5e

Browse files
committed
add follow-up PRs to whatsnew
1 parent ecb2ae9 commit ff0bb5e

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
@@ -336,7 +336,7 @@ Other enhancements
336336
- Consistent with the Python API, ``pd.read_csv()`` will now interpret ``+inf`` as positive infinity (:issue:`13274`)
337337
- The ``DataFrame`` constructor will now respect key ordering if a list of ``OrderedDict`` objects are passed in (:issue:`13304`)
338338
- ``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')
340340
- ``Series`` has gained the properties ``.is_monotonic``, ``.is_monotonic_increasing``, ``.is_monotonic_decreasing``, similar to ``Index`` (:issue:`13336`)
341341
- ``DataFrame.to_sql()`` now allows a single value as the SQL type for all columns (:issue:`11886`).
342342
- ``Series.append`` now supports the ``ignore_index`` option (:issue:`13677`)

0 commit comments

Comments
 (0)