Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outdated pandas.io #6

Closed
harryDevPy opened this issue Nov 25, 2017 · 4 comments
Closed

outdated pandas.io #6

harryDevPy opened this issue Nov 25, 2017 · 4 comments

Comments

@harryDevPy
Copy link

Hello,
in fetch.py a line need to be changed:
from
from pandas.io.data import DataReader
to
from pandas_datareader import data

or it gives error importing (at least on Linux Mint 18.1)

@fja05680
Copy link
Owner

fja05680 commented Nov 25, 2017 via email

@jtromans
Copy link

Wouldn't it be
import pandas_datareader as DataReader

@fja05680
Copy link
Owner

Finally got the pull request in that fixes this issue. Please pull from the head to get the latest.

@fja05680
Copy link
Owner

fja05680 commented Jan 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants