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
changelog
  • Loading branch information
itay-jether committed Aug 22, 2023
commit d2f25c240974b65d75bc60f46ea5d612d5d1a7d2
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v2.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Numeric

Conversion
^^^^^^^^^^
-
- When :meth:`.astype(str)` was called on an array that was loaded from pickle, the array might change inplace (:issue:`54654`)
-

Strings
Expand Down
0