Package: python3-pandas
Version: 0.19.0+git14-ga40e185-1
Severity: normal

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.

>>> import pandas as pd
>>> pd.__version__
'0.19.0+git14-ga40e185'

>>> from pandas.io.data import DataReader
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``.

>>> import pandas_datareader as pdr
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'pandas_datareader'


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


-- System Information:
Debian Release: stretch/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages python3-pandas depends on:
ii  python3-dateutil       2.5.3-2
ii  python3-numpy          1:1.12.0~b1-1
ii  python3-pandas-lib     0.19.0+git14-ga40e185-1
ii  python3-pkg-resources  32.0.0-1
ii  python3-six            1.10.0-3
ii  python3-tz             2016.7-0.2
pn  python3:any            <none>

Versions of packages python3-pandas recommends:
ii  python3-bs4         4.5.1-1
ii  python3-html5lib    0.999999999-1
ii  python3-lxml        3.6.4-1
ii  python3-matplotlib  2.0.0~rc2-1
ii  python3-numexpr     2.6.1-3
ii  python3-scipy       0.18.1-2
pn  python3-tables      <none>

Versions of packages python3-pandas suggests:
pn  python-pandas-doc  <none>

-- no debconf information

-- 
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog

Reply via email to