Skip to content

Commit 6075667

Browse files
authored
Merge pull request #215 from gfyoung/readme-patch
DOC: Update README regarding io.data/wb
2 parents 9dd7986 + 3038633 commit 6075667

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ Install via pip
3434
Usage
3535
-----
3636

37-
*In future pandas releases (0.17+) pandas-datareader will become a dependency and using* ``pandas.io.data``
38-
*will be equivalent to using* ``pandas_datareader.data``.
39-
40-
For now, you must replace your imports from ``pandas.io`` with ``pandas_datareader``:
37+
Starting in 0.19.0, pandas will no longer support ``pandas.io.data`` or ``pandas.io.wb``, so
38+
you must replace your imports from ``pandas.io`` with those from ``pandas_datareader``:
4139

4240
.. code-block:: python
4341

0 commit comments

Comments
 (0)