8000 BUG: Fix astype str issue 54654 by Itayazolay · Pull Request #54687 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix astype str issue 54654 #54687

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

Merged
merged 13 commits into from
Oct 29, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into fix-astype-str-issue-54654
  • Loading branch information
Itayazolay authored Oct 20, 2023
commit 8b66fdbbab5792d24e7cf8e9bebd4f3ddf739d9c
1 change: 1 addition & 0 deletions doc/source/whatsnew/v2.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Numeric

Conversion
^^^^^^^^^^
- Bug in :meth:`Series.convert_dtypes` not converting all NA column to ``null[pyarrow]`` (:issue:`55346`)
- Bug in :func:`astype` when called with ``str`` on unpickled array - the array might change in-place (:issue:`54654`)
-

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0