-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Upgrade pandas to 2.2.x #1094
Comments
Tried pandas 2.0 on |
We would need Pandas 2.0.x if we wanted to address by using Apache Arrow types in repacking |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I wanted to at least give it a try to see how much we would have to change. Work in progress is here #2468. So far no major problems, though some things are annoying (e.g. We'd need to run Datadiff on all datasets to verify that there are not any side effects. |
Upgrade to a newer version of Pandas, likely to include bug-fixes and more migration towards Arrow data types.
Pandas 2.2
See: release notes
pd.options.mode.copy_on_write = True
)pd.options.future.infer_string = True
)Pandas 2.1
Pandas 2.0
Pandas 2.0 uses arrow as a backend format and promises some performance improvements, though might be slower for some operations. One day we'll have to migrate anyway, but it's probably good idea to wait until 2.0 becomes mature enough and is adopted by majority of users.
(We had a request for pandas 2.0 in owid-catalog-py)
The text was updated successfully, but these errors were encountered: