We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5a55b commit 61e313fCopy full SHA for 61e313f
README.rst
@@ -21,9 +21,15 @@ Install via pip
21
Usage
22
-----
23
24
-Rather than import from ``pandas.io`` you should import from ``pandas-datareader``:
+*In future pandas releases (0.17+) pandas-datareader will become a dependancy and using* ``pandas.io.data``
25
+*will be equivalent to using* ``pandas_datareader.data``.
26
+
27
+For now, you must replace your imports from ``pandas.io`` with ``pandas_datareader``:
28
29
.. code-block:: python
30
31
from pandas.io import data, wb # becomes
32
from pandas_datareader import data, wb
33
34
35
+See the `pandas-datareader documentation <http://pandas-datareader.readthedocs.org/>`_ for more details.
0 commit comments