-
Notifications
You must be signed in to change notification settings - Fork 22
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
Example data error #5
Comments
I rechecked running the example data on my system and It worked fine. So, I guess this maybe due to different system setting. Can you tell me what is your Pandas version first?
In the error message, The 'isna' is one of Pandas functions('https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.isna.html') and caused no trouble to me. cf. My Pandas version was 1.0.5. Thanks, |
I upgraded pandas to a later version 0.24.2 as on this machine I only have Python 3.5.2 (and do not have system write access and didn't want to manually install Python). It does run which looks good, though I get some weird looking error messages, so not sure this is out of the woods yet?
|
Hi,
I tried running the example data with the following code and got the following error.
Thanks
Robbie
The text was updated successfully, but these errors were encountered: