The pandas.io.data module is moved to a separate package
(pandas-datareader). After installing the pandas-datareader package
(https://github.com/pydata/pandas-datareader), you can change
the import ``from pandas.io import data, wb`` to
``from pandas_datareader import data, wb``.
Hello,
I noticed you are using
you might use https://github.com/pydata/pandas-datareader
see https://github.com/pydata/pandas/blob/master/pandas/io/data.py
Kind regards