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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+6-6
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ The following are now part of this API:
176
176
``pandas.testing``
177
177
^^^^^^^^^^^^^^^^^^
178
178
179
-
We are adding a standard module that exposes the public testing functions in ``pandas.testing``(:issue:`9895`). Those functions can be used when writing tests for functionality using pandas objects.
179
+
We are adding a standard module that exposes the public testing functions in ``pandas.testing``(:issue:`9895`). Those functions can be used when writing tests for functionality using pandas objects.
180
180
181
181
The following testing functions are now part of this API:
182
182
@@ -517,7 +517,7 @@ Other Enhancements
517
517
- ``pandas.io.json.json_normalize()`` gained the option ``errors='ignore'|'raise'``; the default is ``errors='raise'`` which is backward compatible. (:issue:`14583`)
518
518
- ``pandas.io.json.json_normalize()`` with an empty ``list`` will return an empty ``DataFrame`` (:issue:`15534`)
519
519
- ``pandas.io.json.json_normalize()`` has gained a ``sep`` option that accepts ``str`` to separate joined fields; the default is ".", which is backward compatible. (:issue:`14883`)
520
-
- :method:`~MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
520
+
- :meth:`~MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
521
521
- ``pd.read_csv()`` will now raise a ``ParserError`` error whenever any parsing error occurs (:issue:`15913`, :issue:`15925`)
522
522
- ``pd.read_csv()`` now supports the ``error_bad_lines`` and ``warn_bad_lines`` arguments for the Python parser (:issue:`15925`)
523
523
- The ``display.show_dimensions`` option can now also be used to specify
@@ -620,8 +620,8 @@ However, ``.agg(..)`` can *also* accept a dict that allows 'renaming' of the res
620
620
between ``Series`` and ``DataFrame``. We are deprecating this 'renaming' functionaility.
621
621
622
622
- We are deprecating passing a dict to a grouped/rolled/resampled ``Series``. This allowed
623
-
one to ``rename`` the resulting aggregation, but this had a completely different
624
-
meaning than passing a dictionary to a grouped ``DataFrame``, which accepts column-to-aggregations.
623
+
one to ``rename`` the resulting aggregation, but this had a completely different
624
+
meaning than passing a dictionary to a grouped ``DataFrame``, which accepts column-to-aggregations.
625
625
- We are deprecating passing a dict-of-dicts to a grouped/rolled/resampled ``DataFrame`` in a similar manner.
626
626
627
627
This is an illustrative example:
@@ -1363,9 +1363,9 @@ If indicated, a deprecation warning will be issued if you reference theses modul
1363
1363
"pandas._testing", "pandas.util.libtesting", ""
1364
1364
"pandas._window", "pandas.core.libwindow", ""
1365
1365
1366
-
- The function :func:`~pandas.api.type.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
1366
+
- The function :func:`~pandas.api.types.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
0 commit comments