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).
9696Missing values with the new string dtype are always represented as ``NaN `` (``np.nan ``),
9797and the missing value behavior is similar to other default dtypes.
9898
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
100101through the ``str `` accessor will work the same:
101102
102103.. code-block :: python
@@ -379,7 +380,7 @@ raise an error regardless of the number of strings:
379380 ...
380381 TypeError : Cannot perform reduction ' prod' with string dtype
381382
382- For existing users of the nullable ``StringDtype ``
383- --------------------------------------------------
383+ .. For existing users of the nullable ``StringDtype``
384+ .. --------------------------------------------------
384385
385- TODO
386+ .. TODO
You can’t perform that action at this time.
0 commit comments