We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1f280 commit cdde32cCopy full SHA for cdde32c
pandas/core/generic.py
@@ -6695,13 +6695,6 @@ def convert_dtypes(
6695
In the future, as new dtypes are added that support ``pd.NA``, the results
6696
of this method will change to support those new dtypes.
6697
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
-
6705
Examples
6706
--------
6707
>>> df = pd.DataFrame(
0 commit comments