Skip to content
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.