From 30386331776548bc7cfe3a378e358a28e8f41970 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sun, 24 Jul 2016 20:00:37 -0400 Subject: [PATCH] DOC: Update README regarding io.data/wb --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index fbfc1669..ec6f3787 100644 --- a/README.rst +++ b/README.rst @@ -34,10 +34,8 @@ Install via pip Usage ----- -*In future pandas releases (0.17+) pandas-datareader will become a dependency and using* ``pandas.io.data`` -*will be equivalent to using* ``pandas_datareader.data``. - -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``: .. code-block:: python