From 52ce81694cf3dbd48f0d84b38d2ae15185be377a Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Tue, 4 Apr 2023 20:54:39 +0400 Subject: [PATCH] Backport PR #52399: DOC: Remove note about dtype_backend option in convert_dtypes --- pandas/core/generic.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 9e082b7883e74..e549ab7a165fe 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -6593,13 +6593,6 @@ def convert_dtypes( In the future, as new dtypes are added that support ``pd.NA``, the results of this method will change to support those new dtypes. - .. versionadded:: 2.0 - The nullable dtype implementation can be configured by calling - ``pd.set_option("mode.dtype_backend", "pandas")`` to use - numpy-backed nullable dtypes or - ``pd.set_option("mode.dtype_backend", "pyarrow")`` to use - pyarrow-backed nullable dtypes (using ``pd.ArrowDtype``). - Examples -------- >>> df = pd.DataFrame(