We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760fee commit c1f8a43Copy full SHA for c1f8a43
doc/source/user_guide/migration-3-strings.rst
@@ -96,8 +96,7 @@ non-string value in it (see below for more details).
96
Missing values with the new string dtype are always represented as ``NaN`` (``np.nan``),
97
and the missing value behavior is similar to other default dtypes.
98
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
+This new string dtype should otherwise behave the same as the existing ``object`` dtype users are used to. For example, all string-specific methods
101
through the ``str`` accessor will work the same:
102
103
.. code-block:: python
0 commit comments