-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.Missing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Description
Ref: #56616
Currently we allow EAs to have _pad_or_backfill
methods that do not accept a limit_area
argument, and will only raise if e.g. Series.ffill
is called with limit_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:
- Add a DeprecationWarning in 3.1
- Switch to FutureWarning in 3.2
- Enforce the deprecation in 4.0
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.Missing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate