Skip to content

Commit

Permalink
CLN: Remove io.data and io.wb (#18612)
Browse files Browse the repository at this point in the history
Deprecated in 0.17.0.

xref gh-13735.
  • Loading branch information
gfyoung authored and jreback committed Dec 5, 2017
1 parent a764663 commit 52fefd5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 43 deletions.
1 change: 0 additions & 1 deletion doc/source/index.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ See the package overview for more detail about what's in the library.
visualization
style
io
remote_data
enhancingperf
sparse
gotchas
Expand Down
30 changes: 0 additions & 30 deletions doc/source/remote_data.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.22.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Removal of prior version deprecations/changes
- ``pd.tseries.util.isleapyear`` has been removed (deprecated since v0.19). Use ``.is_leap_year`` property in Datetime-likes instead (:issue:`18370`)
- ``pd.ordered_merge`` has been removed (deprecated since v0.19). Use ``pd.merge_ordered`` instead (:issue:`18459`)
- The ``SparseList`` class has been removed (:issue:`14007`)
- The ``pandas.io.wb`` and ``pandas.io.data`` stub modules have been removed (:issue:`13735`)

.. _whatsnew_0220.performance:

Expand Down
6 changes: 0 additions & 6 deletions pandas/io/data.py

This file was deleted.

6 changes: 0 additions & 6 deletions pandas/io/wb.py

This file was deleted.

0 comments on commit 52fefd5

Please sign in to comment.