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-6Lines changed: 6 additions & 6 deletions
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
@@ -515,7 +515,7 @@ Other Enhancements
515
515
- ``pandas.io.json.json_normalize()`` gained the option ``errors='ignore'|'raise'``; the default is ``errors='raise'`` which is backward compatible. (:issue:`14583`)
516
516
- ``pandas.io.json.json_normalize()`` with an empty ``list`` will return an empty ``DataFrame`` (:issue:`15534`)
517
517
- ``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`)
518
-
- :method:`~MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
518
+
- :meth:`~MultiIndex.remove_unused_levels` has been added to facilitate :ref:`removing unused levels <advanced.shown_levels>`. (:issue:`15694`)
519
519
- ``pd.read_csv()`` will now raise a ``ParserError`` error whenever any parsing error occurs (:issue:`15913`, :issue:`15925`)
520
520
- ``pd.read_csv()`` now supports the ``error_bad_lines`` and ``warn_bad_lines`` arguments for the Python parser (:issue:`15925`)
521
521
- ``parallel_coordinates()`` has gained a ``sort_labels`` keyword arg that sorts class labels and the colours assigned to them (:issue:`15908`)
@@ -616,8 +616,8 @@ However, ``.agg(..)`` can *also* accept a dict that allows 'renaming' of the res
616
616
between ``Series`` and ``DataFrame``. We are deprecating this 'renaming' functionaility.
617
617
618
618
- We are deprecating passing a dict to a grouped/rolled/resampled ``Series``. This allowed
619
-
one to ``rename`` the resulting aggregation, but this had a completely different
620
-
meaning than passing a dictionary to a grouped ``DataFrame``, which accepts column-to-aggregations.
619
+
one to ``rename`` the resulting aggregation, but this had a completely different
620
+
meaning than passing a dictionary to a grouped ``DataFrame``, which accepts column-to-aggregations.
621
621
- We are deprecating passing a dict-of-dicts to a grouped/rolled/resampled ``DataFrame`` in a similar manner.
622
622
623
623
This is an illustrative example:
@@ -1357,9 +1357,9 @@ If indicated, a deprecation warning will be issued if you reference theses modul
1357
1357
"pandas._testing", "pandas.util.libtesting", ""
1358
1358
"pandas._window", "pandas.core.libwindow", ""
1359
1359
1360
-
- The function :func:`~pandas.api.type.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`)
1360
+
- The function :func:`~pandas.api.type.union_categoricals` is now importable from ``pandas.api.types``, formerly from ```pandas.types.concat`` (:issue:`15998`)
0 commit comments