-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
DOC: add section about upcoming pandas 3.0 changes (string dtype, CoW) to 2.3 whatsnew notes #61795
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
DOC: add section about upcoming pandas 3.0 changes (string dtype, CoW) to 2.3 whatsnew notes #61795
Conversation
…) to 2.3 whatsnew notes
/preview |
Old behavior: | ||
|
||
.. code-block:: python | ||
>>> ser = pd.Series(["a", "b"]) |
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.
does this need another line to actually output the repr or just change these to not include ser=
Co-authored-by: Simon Hawkins <[email protected]>
Co-authored-by: Simon Hawkins <[email protected]>
LGTM @jorisvandenbossche is the "TODO add link to migration guide" going to be done here or a follow up? |
There is a mix of |
Co-authored-by: Simon Hawkins <[email protected]>
Planning to merge that migration guide now first and then update here with a link |
Fixed (although it was for code blocks where no code prompt was included, and at that point there is not really a difference, I think) |
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/61795/ |
…3.0 changes (string dtype, CoW) to 2.3 whatsnew notes
…andas 3.0 changes (string dtype, CoW) to 2.3 whatsnew notes) (#61798) Backport PR #61795: DOC: add section about upcoming pandas 3.0 changes (string dtype, CoW) to 2.3 whatsnew notes Co-authored-by: Joris Van den Bossche <[email protected]>
This is largely copied from the equivalent notes in the 2.2 release notes at https://pandas.pydata.org/pandas-docs/stable/whatsnew/v2.2.0.html#upcoming-changes-in-pandas-3-0, with some updates (and some new content copied from WIP 3.0 release notes in #61724)