Skip to content

Commit

Permalink
Backport PR #52399 on branch 2.0.x (DOC: Remove note about dtype_back…
Browse files Browse the repository at this point in the history
…end option in convert_dtypes) (#52415)

Backport PR #52399: DOC: Remove note about dtype_backend option in convert_dtypes

Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
  • Loading branch information
meeseeksmachine and datapythonista committed Apr 4, 2023
1 parent dded20e commit d1d69e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d1d69e2

Please sign in to comment.