ENH: Allow convert_dtypes to convert to pd.ArrowDtype · Issue #49997 · pandas-dev/pandas (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@mroeschke

Description

@mroeschke

Feature Type

Problem Description

Currently df.convert_dtypes() will convert to nullable types (Int64, Boolean, etc), but it would be nice if there was an option to opt into the pyarrow-backed nullable types via pd.ArrowDtype

Feature Description

Maybe either

Alternative Solutions

For loop over the existing DataFrame object using astype and constructing pd.ArrowDtype?

Additional Context

No response