Bug 1379686

Summary: pandas.io.data is deprecated
Product: [Fedora] Fedora Reporter: Matěj Cepl <mcepl>
Component: python-pandasAssignee: kushaldas@gmail.com <mail>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: brett.lentz, mail, mcepl, sergio.pasra, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-pandas-0.19.0-1.fc25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-30 05:27:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 1381087    
Bug Blocks:    

Description Matěj Cepl 2016-09-27 13:04:00 UTC
Description of problem:

matej@mitmanek: pkcon-install-broken-dependencies (rhel-7 *%)$ ipython
Python 2.7.5 (default, Aug  2 2016, 04:20:16) 
Type "copyright", "credits" or "license" for more information.

IPython 3.2.1 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: import pandas.io.data as web
/usr/lib64/python2.7/site-packages/pandas/io/data.py:33: FutureWarning: 
The pandas.io.data module is moved to a separate package (pandas-datareader) and will be removed from pandas in a future version.
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``.
  FutureWarning)

-----

I guess we need to package pandas-datareader, right?


Version-Release number of selected component (if applicable):
python-pandas-0.17.1-1.el7.x86_64

Comment 1 Sergio Pascual 2016-10-02 22:14:34 UTC
Yes, I have a pandas-datareader package in the working

Comment 2 Fedora Update System 2016-10-26 20:31:33 UTC
python-pandas-0.19.0-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-ed2b0d9855

Comment 3 Fedora Update System 2016-11-30 05:27:06 UTC
python-pandas-0.19.0-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.