We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9a3e0 commit 8541a0eCopy full SHA for 8541a0e
doc/source/whatsnew/v0.22.0.txt
@@ -136,6 +136,7 @@ Removal of prior version deprecations/changes
136
- ``pd.tseries.util.pivot_annual`` has been removed (deprecated since v0.19). Use ``pivot_table`` instead (:issue:`18370`)
137
- ``pd.tseries.util.isleapyear`` has been removed (deprecated since v0.19). Use ``.is_leap_year`` property in Datetime-likes instead (:issue:`18370`)
138
- ``pd.ordered_merge`` has been removed (deprecated since v0.19). Use ``pd.merge_ordered`` instead (:issue:`18459`)
139
+- The ``pandas.io.wb`` and ``pandas.io.data`` modules have been removed (:issue:`13735`)
140
141
.. _whatsnew_0220.performance:
142
pandas/io/data.py
pandas/io/wb.py
0 commit comments