-
Notifications
You must be signed in to change notification settings - Fork 77
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
'DataFrame' object has no attribute 'ix' #39
Comments
Same here. |
Same here, it is because 'ix' has been removed for pandas > 1.x.x, |
I just ran into this problem as well. I specified pandas version 0.25.1 which seems to have worked. For reference here are the dependency versions I ran with successfully in PyCharm
|
Correction to the above:
|
Just in case anyone else comes across this, the current version on GitHub solves the .ix problem after the work in #36 but the release hasn't been published as mentioned in #33 ; I comment on that issue how to use pip to pull directly the Git version if anyone goes down that route. |
Any other fix on this outside of downgrading pandas? My pandas won't revert to 0.25.1 |
Its quite hard to change packages down to such an old version these days and the error still exists for me.. |
You can install directly from the latest version that has it fixed, it was just never released - For how to add that to a requirements.txt see my comment in #33 or use the same comment for pip (e.g. |
I installed by pip, when i try yo profilling my dataframe this errors appers
'DataFrame' object has no attribute 'ix'
Thank you
The text was updated successfully, but these errors were encountered: