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.17.0.txt
+10
Original file line number
Diff line number
Diff line change
@@ -665,6 +665,7 @@ Deprecations
665
665
``DataFrame.add(other, fill_value=0)`` and ``DataFrame.mul(other, fill_value=1.)``
666
666
(:issue:`10735`).
667
667
- ``TimeSeries`` deprecated in favor of ``Series`` (note that this has been alias since 0.13.0), (:issue:`10890`)
668
+
- ``WidePanel`` deprecated in favor of ``Panel``, ``LongPanel`` in favor of ``DataFrame`` (note these have been aliases since < 0.11.0), (:issue:`10892`)
668
669
669
670
.. _whatsnew_0170.prior_deprecations:
670
671
@@ -705,6 +706,15 @@ Removal of prior version deprecations/changes
705
706
706
707
df.add(df.A,axis='index')
707
708
709
+
710
+
711
+
712
+
- Remove ``table`` keyword in ``HDFStore.put/append``, in favor of using ``format=`` (:issue:`4645`)
713
+
- Remove ``kind`` in ``read_excel/ExcelFile`` as its unused (:issue:`4712`)
714
+
- Remove ``infer_type`` keyword from ``pd.read_html`` as its unused (:issue:`4770`, :issue:`7032`)
715
+
- Remove ``offset`` and ``timeRule`` keywords from ``Series.tshift/shift``, in favor of ``freq`` (:issue:`4853`, :issue:`4864`)
716
+
- Remove ``pd.load/pd.save`` aliases in favor of ``pd.to_pickle/pd.read_pickle`` (:issue:`3787`)
0 commit comments