File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ non-string value in it (see below for more details).
96
96
Missing values with the new string dtype are always represented as ``NaN `` (``np.nan ``),
97
97
and the missing value behavior is similar to other default dtypes.
98
98
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
99
+ This new string dtype should otherwise behave the same as the existing
100
+ ``object `` dtype users are used to. For example, all string-specific methods
100
101
through the ``str `` accessor will work the same:
101
102
102
103
.. code-block :: python
@@ -379,7 +380,7 @@ raise an error regardless of the number of strings:
379
380
...
380
381
TypeError : Cannot perform reduction ' prod' with string dtype
381
382
382
- For existing users of the nullable ``StringDtype ``
383
- --------------------------------------------------
383
+ .. For existing users of the nullable ``StringDtype``
384
+ .. --------------------------------------------------
384
385
385
- TODO
386
+ .. TODO
You can’t perform that action at this time.
0 commit comments