DEPR: dropping nuisance columns in BaseWindow._apply #42738
Labels
Deprecate
Functionality to remove in pandas
Nuisance Columns
Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply
Window
rolling, ewma, expanding
Milestone
In BaseWindow._apply we call mgr.apply with ignore_failures=True, which causes us to silently drop columns for which the function is invalid. We have deprecated this pattern for DataFrame reductions and GroupBy reductions, should deprecate it here too.
The text was updated successfully, but these errors were encountered: