File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1011,11 +1011,9 @@ def convert_dtypes(
1011
1011
infer_objects : bool, defaults False
1012
1012
Whether to also infer objects to float/int if possible. Is only hit if the
1013
1013
object array contains pd.NA.
1014
- dtype_backend : {'numpy_nullable', 'pyarrow'}
1014
+ dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
1015
1015
Back-end data type applied to the resultant :class:`DataFrame`
1016
- (still experimental). If not specified, the default behavior
1017
- is to not use nullable data types. If specified, the behavior
1018
- is as follows:
1016
+ (still experimental). If specified, the behavior is as follows:
1019
1017
1020
1018
* ``"numpy_nullable"``: returns with nullable-dtype-backed
1021
1019
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
Original file line number Diff line number Diff line change @@ -6650,11 +6650,9 @@ def convert_dtypes(
6650
6650
Whether, if possible, conversion can be done to floating extension types.
6651
6651
If `convert_integer` is also True, preference will be give to integer
6652
6652
dtypes if the floats can be faithfully casted to integers.
6653
- dtype_backend : {'numpy_nullable', 'pyarrow'}
6653
+ dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
6654
6654
Back-end data type applied to the resultant :class:`DataFrame`
6655
- (still experimental). If not specified, the default behavior
6656
- is to not use nullable data types. If specified, the behavior
6657
- is as follows:
6655
+ (still experimental). If specified, the behavior is as follows:
6658
6656
6659
6657
* ``"numpy_nullable"``: returns with nullable-dtype-backed
6660
6658
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`
You can’t perform that action at this time.
0 commit comments