-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
WEB: add pandas 3.0 release candidate announcement blog #63348
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
WEB: add pandas 3.0 release candidate announcement blog #63348
Conversation
| 1. **First update to the latest released pandas 2.3** (if you are not already | ||
| running that version) and test it with your codebase. It is recommended to | ||
| resolve any deprecation warning before upgrading to pandas 3.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also have setting infer_string and copy_on_write to True as steps 2 or 2/3, but don't feel strongly.
| patterns. | ||
|
|
||
| The most impactfull change is that **chained assignment will no longer work**. | ||
| As a result, the `SettingWithCopyWarning` is also removed (since there is no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional: May be nice to mention that defensive copy()s to silence this warning in the past may not be needed anymore
Dr-Irv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with it
The idea here is to have a page to link to (e.g. for the banner #63282) that is a bit more high-level and less overwhelming than the full release notes