File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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). If specified, the behavior is as follows:
1015
+ (still experimental). Behavior 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 @@ -6652,8 +6652,8 @@ def convert_dtypes(
6652
6652
If `convert_integer` is also True, preference will be give to integer
6653
6653
dtypes if the floats can be faithfully casted to integers.
6654
6654
dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
6655
- Back-end data type applied to the resultant :class:`DataFrame`
6656
- (still experimental). If specified, the behavior is as follows:
6655
+ Back-end data type applied to the resultant :class:`DataFrame` or
6656
+ :class:`Series` (still experimental). Behavior 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