Skip to content

Commit e2cb799

Browse files
sinhrksjreback
authored andcommitted
DOC: small doc fixed (pandas-dev#13886)
1 parent 97de42a commit e2cb799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.19.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ For ``MultiIndex``, values are dropped if any level is missing by default. Speci
301301

302302
``Index.astype()`` now accepts an optional boolean argument ``copy``, which allows optional copying if the requirements on dtype are satisfied (:issue:`13209`)
303303

304-
.. _whatsnew_0170.gbq:
304+
.. _whatsnew_0190.gbq:
305305

306306
Google BigQuery Enhancements
307307
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -342,7 +342,7 @@ Other enhancements
342342
- Consistent with the Python API, ``pd.read_csv()`` will now interpret ``+inf`` as positive infinity (:issue:`13274`)
343343
- The ``DataFrame`` constructor will now respect key ordering if a list of ``OrderedDict`` objects are passed in (:issue:`13304`)
344344
- ``pd.read_html()`` has gained support for the ``decimal`` option (:issue:`12907`)
345-
- A function :func:`union_categorical` has been added for combining categoricals, see :ref:`Unioning Categoricals<categorical.union>` (:issue:`13361`, :issue:`:13763`, issue:`13846')
345+
- A function :func:`union_categorical` has been added for combining categoricals, see :ref:`Unioning Categoricals<categorical.union>` (:issue:`13361`, :issue:`:13763`, issue:`13846`)
346346
- ``Series`` has gained the properties ``.is_monotonic``, ``.is_monotonic_increasing``, ``.is_monotonic_decreasing``, similar to ``Index`` (:issue:`13336`)
347347
- ``DataFrame.to_sql()`` now allows a single value as the SQL type for all columns (:issue:`11886`).
348348
- ``Series.append`` now supports the ``ignore_index`` option (:issue:`13677`)

0 commit comments

Comments
 (0)