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.23.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,7 @@ Removal of prior version deprecations/changes
253
253
- ``pandas.tseries.frequencies.get_standard_freq`` has been removed in favor of ``pandas.tseries.frequencies.to_offset(freq).rule_code`` (:issue:`13874`)
254
254
- The ``freqstr`` keyword has been removed from ``pandas.tseries.frequencies.to_offset`` in favor of ``freq`` (:issue:`13874`)
255
255
- The ``Panel4D`` and ``PanelND`` classes have been removed (:issue:`13776`)
256
+
- The ``Panel``class has dropped the ``to_long``and ``toLong`` methods (:issue:`19077`)
0 commit comments