ENH: .interpolate() with EA Dtypes #50950
Labels
Enhancement
ExtensionArray
Extending pandas with custom dtypes or arrays.
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
EABackedBlock.interpolate dispatches to EA.fillna, which doesn't handle
method="linear"
. Getting this right probably will require implementing something new at the EA level.Expected Behavior
pd.Series([1, 2, 3, 4])
The text was updated successfully, but these errors were encountered: