8000 DOC: add pandas 3.0 migration guide for the string dtype by jorisvandenbossche · Pull Request #61705 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: add pandas 3.0 migration guide for the string dtype #61705

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

Prev Previous commit
Next Next commit
fixup title underline
  • Loading branch information
jorisvandenbossche committed Jun 25, 2025
commit db4293722ec6adf14731d7af6602a4d2858878f4
2 changes: 1 addition & 1 deletion doc/source/user_guide/migration-3-strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ context (for example, ``if pd.isna(..): ..``) be sure to only pass a scalar to
it.

"setitem" operations will now raise an error for non-string data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

With the new string dtype, any attempt to set a non-string value in a Series or
DataFrame will raise an error:
Expand Down
Loading
0