File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Behavior differences
90
90
These are places where the behavior of ``StringDtype `` objects differ from
91
91
``object `` dtype:
92
92
93
- l . For ``StringDtype ``, :ref: `string accessor methods<api.series.str> `
93
+ 1 . For ``StringDtype ``, :ref: `string accessor methods<api.series.str> `
94
94
that return **numeric ** output will always return a nullable integer dtype,
95
95
rather than either int or float dtype, depending on the presence of NA values.
96
96
Methods returning **boolean ** output will return a nullable boolean dtype.
@@ -332,8 +332,8 @@ regular expression object will raise a ``ValueError``.
332
332
---------------------------------------------------------------------------
333
333
ValueError: case and flags cannot be set when pat is a compiled regex
334
334
335
- ``removeprefix `` and ``removesuffix `` have the same effect as ``str.removeprefix `` and ``str.removesuffix `` added in Python 3.9
336
- <https://docs.python.org/3/library/stdtypes.html#str.removeprefix>`__:
335
+ ``removeprefix `` and ``removesuffix `` have the same effect as ``str.removeprefix `` and ``str.removesuffix `` added in
336
+ ` Python 3.9 <https://docs.python.org/3/library/stdtypes.html#str.removeprefix >`__:
337
337
338
338
.. versionadded :: 1.4.0
339
339
You can’t perform that action at this time.
0 commit comments