Skip to content

Commit c1f8a43

Browse files
Update doc/source/user_guide/migration-3-strings.rst
Co-authored-by: jbrockmendel <[email protected]>
1 parent 9760fee commit c1f8a43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/user_guide/migration-3-strings.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ non-string value in it (see below for more details).
9696
Missing values with the new string dtype are always represented as ``NaN`` (``np.nan``),
9797
and the missing value behavior is similar to other default dtypes.
9898

99-
This new string dtype should otherwise work the same as how you have been
100-
using pandas with string data today. For example, all string-specific methods
99+
This new string dtype should otherwise behave the same as the existing ``object`` dtype users are used to. For example, all string-specific methods
101100
through the ``str`` accessor will work the same:
102101

103102
.. code-block:: python

0 commit comments

Comments
 (0)