-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Update to work with Pandas 2.2 release candidate #6074
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6074 +/- ##
==========================================
+ Coverage 88.64% 88.65% +0.01%
==========================================
Files 314 314
Lines 65794 65817 +23
==========================================
+ Hits 58321 58348 +27
+ Misses 7473 7469 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I will merge this if tests pass, as this should work with the currently released pandas. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Also removes a warning emitted from xarray 2024.1
Still, one warning causing problem:
Passing a SingleBlockManager to GeoSeries is deprecated and will raise in a future version. Use public APIs instead.
. This is likely a problem that needs to be fixed in spatial pandas. Issue here: holoviz/spatialpandas#137