-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
Hello,
Thanks for letting me know this. Someone has actually submitted a pull
request for this already. I'm too busy with finals at school so can't do
anything right now. During Christmas break I'll get this in though.
Thanks!
Farrell
…On Nov 25, 2017 5:56 AM, "harryDevPy" ***@***.***> wrote:
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)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIe1HkrTrE82UGFl1lUJojvT4WtCUiNnks5s6AB_gaJpZM4QqZ2p>
.
|
Wouldn't it be |
Finally got the pull request in that fixes this issue. Please pull from the head to get the latest. |
Hello, this issue has now been fixed.
…On Sat, Nov 25, 2017 at 3:56 AM, harryDevPy ***@***.***> wrote:
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)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIe1HkrTrE82UGFl1lUJojvT4WtCUiNnks5s6AB_gaJpZM4QqZ2p>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: