DEPR: EA._pad_or_backfill not having a limit_area argument #56729
Labels
Deprecate
Functionality to remove in pandas
ExtensionArray
Extending pandas with custom dtypes or arrays.
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Ref: #56616
Currently we allow EAs to have
_pad_or_backfill
methods that do not accept alimit_area
argument, and will only raise if e.g.Series.ffill
is called withlimit_area
specified as either"inside"
or"outside"
. We should deprecate this behavior, informing EA authors that override this method they need to add such an argument. The current plan:The text was updated successfully, but these errors were encountered: