-
Notifications
You must be signed in to change notification settings - Fork 30
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
pandas v2 #111
Comments
For these tests, can mark and test with both pandas v1 and v2 to make sure changes don't break pandas v1 compat. Would be nice to be able to check that results are the same too, easiest way would be to store the v1 results |
Scheduled CI failed today due to this. |
Looks like OpenAQ also needs some work to support pandas v2. @jordanschnell reported:
and needing to update the deprecated |
|
Hi @zmoon, is anything missing here? I think that the faster we can fix this, the better: it would allow us to lift the restrictions in matplotlib versions as well! |
Hi @blychs thanks for checking. The issue is that we have a significant amount of untested code, which may or may not require updates. But we can certainly start with the tested code and modify the CI to test both pandas v1 and v2. I think most (if not all) of the obs readers used in MM that would be affected have one test or more. |
Remember migrating from |
Some tests failing with pandas v2, noticed first in #110
The text was updated successfully, but these errors were encountered: