Skip to content

Commit d1d69e2

Browse files
Backport PR pandas-dev#52399 on branch 2.0.x (DOC: Remove note about dtype_backend option in convert_dtypes) (pandas-dev#52415)
Backport PR pandas-dev#52399: DOC: Remove note about dtype_backend option in convert_dtypes Co-authored-by: Marc Garcia <[email protected]>
1 parent dded20e commit d1d69e2

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
@@ -6593,13 +6593,6 @@ def convert_dtypes(
65936593
In the future, as new dtypes are added that support ``pd.NA``, the results
65946594
of this method will change to support those new dtypes.
65956595
6596-
.. versionadded:: 2.0
6597-
The nullable dtype implementation can be configured by calling
6598-
``pd.set_option("mode.dtype_backend", "pandas")`` to use
6599-
numpy-backed nullable dtypes or
6600-
``pd.set_option("mode.dtype_backend", "pyarrow")`` to use
6601-
pyarrow-backed nullable dtypes (using ``pd.ArrowDtype``).
6602-
66036596
Examples
66046597
--------
66056598
>>> df = pd.DataFrame(

0 commit comments

Comments
 (0)