-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rm/packaging dependency #770
Conversation
Codecov ReportBase: 87.64% // Head: 87.64% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #770 +/- ##
==========================================
- Coverage 87.64% 87.64% -0.01%
==========================================
Files 44 44
Lines 8840 8837 -3
Branches 2035 2035
==========================================
- Hits 7748 7745 -3
Misses 777 777
Partials 315 315
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@oruebel tests are failing for pandas 1.5.0 (released today). I cannot tell what's wrong. Could you investigate? |
Also, we can remove |
Looking at docs, it looks like Pandas must have reversed the deprecation of https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.set_index.html |
Here the PR where this change to the Pandas API has been reversed pandas-dev/pandas#48417 |
Motivation
Fix #767 Implement discussion from #768
Checklist
flake8
from the source directory.