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.21.0.txt
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Other Enhancements
37
37
- :func:`to_pickle` has gained a ``protocol`` parameter (:issue:`16252`). By default, this parameter is set to `HIGHEST_PROTOCOL <https://docs.python.org/3/library/pickle.html#data-stream-format>`__
38
38
- :func:`api.types.infer_dtype` now infers decimals. (:issue:`15690`)
39
39
- :func:`read_feather` has gained the ``nthreads`` parameter for multi-threaded operations (:issue:`16359`)
40
-
- :func:`DataFrame.clip()` and :func:`Series.clip()` have gained an inplace argument. (:issue:`15388`)
40
+
- :func:`DataFrame.clip()` and :func:`Series.clip()` have gained an ``inplace`` argument. (:issue:`15388`)
41
41
- :func:`crosstab` has gained a ``margins_name`` parameter to define the name of the row / column that will contain the totals when ``margins=True``. (:issue:`15972`)
42
42
43
43
.. _whatsnew_0210.api_breaking:
@@ -66,15 +66,15 @@ Other API Changes
66
66
67
67
Deprecations
68
68
~~~~~~~~~~~~
69
-
- :func:`read_excel()` has deprecated ``sheetname`` in favor of ``sheet_name`` for consistency with to_excel() (:issue:`10559`).
69
+
- :func:`read_excel()` has deprecated ``sheetname`` in favor of ``sheet_name`` for consistency with ``.to_excel()`` (:issue:`10559`).
70
70
71
71
72
72
.. _whatsnew_0210.prior_deprecations:
73
73
74
74
Removal of prior version deprecations/changes
75
75
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
76
77
-
- ``pd.read_excel()`` has dropped the ``has_index_names`` parameter (:issue:`10967`)
77
+
- :func:`read_excel()` has dropped the ``has_index_names`` parameter (:issue:`10967`)
78
78
- ``Categorical`` has dropped the ``.order()`` and ``.sort()`` methods in favor of ``.sort_values()`` (:issue:`12882`)
0 commit comments