-
Notifications
You must be signed in to change notification settings - Fork 40
Problem with pandas and python 3 #28
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
Comments
can you print out that expression? and the values of the variable:
? |
I only use the data that comes with the distribution so I'm running With python 2.7 it works fine but not 3.6... Anyway, these are the values in each array, I can not see anything strange:
|
It is an issue in pandas, I commented here: pandas-dev/pandas#11235 (comment) |
👍 suspected that |
Ok so it's here now pandas-dev/pandas#16363 |
this is fixed in peddy v0.3.5 |
This is not really a peddy problem, has anyone else experienced this?
I get:
Which I guess is the same as pandas-dev/pandas#11235, but that issue should have been solved in an older version of pandas...
I have
pandas (0.20.1)
installed.The text was updated successfully, but these errors were encountered: