Skip to content

Commit cdde32c

Browse files
DOC: Remove note about dtype_backend option in convert_dtypes (#52399)
1 parent 5a1f280 commit cdde32c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pandas/core/generic.py

-7
Original file line numberDiff line numberDiff line change
@@ -6695,13 +6695,6 @@ def convert_dtypes(
66956695
In the future, as new dtypes are added that support ``pd.NA``, the results
66966696
of this method will change to support those new dtypes.
66976697
6698-
.. versionadded:: 2.0
6699-
The nullable dtype implementation can be configured by calling
6700-
``pd.set_option("mode.dtype_backend", "pandas")`` to use
6701-
numpy-backed nullable dtypes or
6702-
``pd.set_option("mode.dtype_backend", "pyarrow")`` to use
6703-
pyarrow-backed nullable dtypes (using ``pd.ArrowDtype``).
6704-
67056698
Examples
67066699
--------
67076700
>>> df = pd.DataFrame(

0 commit comments

Comments
 (0)