-
Notifications
You must be signed in to change notification settings - Fork 238
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
incompatible with Pandas 0.25.1 #21
Comments
Oh! This is a change in the new version? Thanks for pointing this out. Do you have a solution? |
Downgrading to 0.24.2 worked for now. |
I updated the readme for now, thanks! Let me know if you run into other issues. The master branch will soon turn into an official v0.8 with a |
pandas.compat is private in the newer versions of pandas so you cant use pandas.compat.StringIo. I used the io library instead which provides a similar functionality.
I've just made a commit to fix this, please check if it solves your problem😀 |
Fixed issue #21 incompatible with pandas 0.25.1
Nice, Pandas is now at v1 so this is good to close |
During do_EPR_analysis()
AttributeError: module 'pandas.compat' has no attribute 'StringIO'
https://stackoverflow.com/questions/58372475/attributeerror-module-pandas-compat-has-no-attribute-iteritems
Just a heads up!
The text was updated successfully, but these errors were encountered: