File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ def convert_dtypes(
1012
1012
object array contains pd.NA.
1013
1013
dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
1014
1014
Back-end data type applied to the resultant :class:`DataFrame`
1015
- (still experimental). Behavior is as follows:
1015
+ (still experimental). Behaviour is as follows:
1016
1016
1017
1017
* ``"numpy_nullable"``: returns with nullable-dtype-backed
1018
1018
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
Original file line number Diff line number Diff line change @@ -6653,7 +6653,7 @@ def convert_dtypes(
6653
6653
dtypes if the floats can be faithfully casted to integers.
6654
6654
dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
6655
6655
Back-end data type applied to the resultant :class:`DataFrame` or
6656
- :class:`Series` (still experimental). Behavior is as follows:
6656
+ :class:`Series` (still experimental). Behaviour is as follows:
6657
6657
6658
6658
* ``"numpy_nullable"``: returns with nullable-dtype-backed
6659
6659
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
You can’t perform that action at this time.
0 commit comments