Dear Maintainer,
Starting from 0.19.0, the pandas.io.data and pandas.io.wb modules have been
removed from pandas[1] and moved to a separate package (pandas-datareader). But
there does not seem to be any pandas-datareader package in Stretch. This could
potentially cause breakage for users relying on those modules. Could someone
please look into this and package pandas-datareader if necessary?
[1]
% python3 -u
Python 3.5.3rc1 (default, Jan 3 2017, 04:40:57)
[GCC 6.3.0 20161229] on linux
Type "help", "copyright", "credits" or "license" for more information.
'0.19.0+git14-ga40e185'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/pandas/io/data.py", line 2, in <module>
"The pandas.io.data module is moved to a separate package "
ImportError: 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``.
FWIW, I am running Stretch with the following repos.
% inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
deb-src http://httpredir.debian.org/debian/ stretch main contrib non-free
deb http://httpredir.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://httpredir.debian.org/debian/ stretch-updates main contrib non-free
deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free
deb http://debug.mirrors.debian.org/debian-debug/ stretch-debug main contrib non-free