-
Notifications
You must be signed in to change notification settings - Fork 135
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
Compatibility with Pandas v1.0 #222
Conversation
Some more context: What prompted this PR is that certain syntax was removed in Pandas v1.0, causing parts of TravisIn order to get the Travis tests to pass, I went through and fixed some other problems as well:
I had to pin AppVeyorI made similar environment updates for AppVeyor. Those tests run now (no longer blocked by package installation), but fail with a couple of string formatting errors that I'm not sure how to solve but don't seem important. @janowicz @sablanchard, do you think it's ok if we go ahead and merge this, and open an issue to deal with AppVeyor later? |
Managed to get everything working in AppVeyor; all the tests now pass. Plan is to merge this into a |
Make updates for new version of Pandas:
.reindex()
instead of.loc
when there are missing values.as_matrix()
for.values