Skip to content

Commit

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

xref gh-13735.
  • Loading branch information
gfyoung committed Dec 3, 2017
1 parent bd9a3e0 commit 8541a0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
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 @@ -136,6 +136,7 @@ Removal of prior version deprecations/changes
- ``pd.tseries.util.pivot_annual`` has been removed (deprecated since v0.19). Use ``pivot_table`` instead (:issue:`18370`)
- ``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 ``pandas.io.wb`` and ``pandas.io.data`` 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 8541a0e

Please sign in to comment.