-
Notifications
You must be signed in to change notification settings - Fork 683
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
Import error when using Pandas 0.20.1 #305
Comments
this is already fixed by #304 |
Thanks. I came into a similar problem this morning and #304 solved this perfectly after I downloaded the latest github version 0.3.1. In case any newcomer like me with the same problem I post my error codes here
I downloaded the latest version with this code in terminal Thanks for the post again. |
Yea kinda strange, but the workaround using the latest source code from git fixed my import problem. I think they need to update the pip package... |
There is an
ImportError: cannot import name 'PandasError'
when you use pandas version 0.20.1.This is occurring on line 5 in _utils.py
from pandas.core.common import PandasError
If there is anything I can do to help or fix it myself I'd love to!
Works with
pandas 0.19.2
but not withpandas 0.20.1
The text was updated successfully, but these errors were encountered: