We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd7986 + 3038633 commit 6075667Copy full SHA for 6075667
README.rst
@@ -34,10 +34,8 @@ Install via pip
34
Usage
35
-----
36
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``:
+Starting in 0.19.0, pandas will no longer support ``pandas.io.data`` or ``pandas.io.wb``, so
+you must replace your imports from ``pandas.io`` with those from ``pandas_datareader``:
41
42
.. code-block:: python
43
0 commit comments