Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/source/user_guide/migration-3-strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ through the ``str`` accessor will work the same:
class. The dtype can be constructed as ``pd.StringDtype(na_value=np.nan)``,
but for general usage we recommend to use the shorter ``"str"`` alias.

.. _string_migration_guide-differences:

Overview of behavior differences and how to address them
---------------------------------------------------------

Expand Down
Loading