REGR: resample apply fails with KeyError/AttributeError for function that works on DataFrame but fails on Series #36951
Labels
Apply
Apply, Aggregate, Transform, Map
Regression
Functionality that used to work in a prior pandas version
Resample
resample method
Milestone
A resample
apply
accessing a column of the subsetted dataframe fails (bubbling up the error from first trying the function on a single column, i.e. a Series):This seems a regression, or was there a deliberate change in
apply
to only apply it on the columns and no longer on the full DataFrame ?cc @jbrockmendel
The text was updated successfully, but these errors were encountered: