Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLN: Remove io.data and io.wb #18612

Merged
merged 1 commit into from
Dec 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -150,6 +150,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.