From 0b5878b1a68d77781f2887868638e01207841072 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Tue, 4 Apr 2023 07:55:25 +0200 Subject: [PATCH] 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 fb8a28b45b6df..8c6b163647f65 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -6695,13 +6695,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(