Skip to content

Commit 46cf498

Browse files
committed
CLN: Remove io.data and io.wb
Deprecated in 0.17.0. xref pandas-devgh-13735.
1 parent 2c903d5 commit 46cf498

File tree

5 files changed

+1
-43
lines changed

5 files changed

+1
-43
lines changed

doc/source/index.rst.template

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ See the package overview for more detail about what's in the library.
137137
visualization
138138
style
139139
io
140-
remote_data
141140
enhancingperf
142141
sparse
143142
gotchas

doc/source/remote_data.rst

-30
This file was deleted.

doc/source/whatsnew/v0.22.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Removal of prior version deprecations/changes
150150
- ``pd.tseries.util.isleapyear`` has been removed (deprecated since v0.19). Use ``.is_leap_year`` property in Datetime-likes instead (:issue:`18370`)
151151
- ``pd.ordered_merge`` has been removed (deprecated since v0.19). Use ``pd.merge_ordered`` instead (:issue:`18459`)
152152
- The ``SparseList`` class has been removed (:issue:`14007`)
153+
- The ``pandas.io.wb`` and ``pandas.io.data`` stub modules have been removed (:issue:`13735`)
153154

154155
.. _whatsnew_0220.performance:
155156

pandas/io/data.py

-6
This file was deleted.

pandas/io/wb.py

-6
This file was deleted.

0 commit comments

Comments
 (0)