ERR: better error message with .rolling().apply(func using non-numpy things, raw=True) #38809
Labels
Enhancement
Error Reporting
Incorrect or improved errors from pandas
Window
rolling, ewma, expanding
we could use a better error message rather than
AttributeError
e.g. #38804 (comment)when using
df.rolling(...).apply(f, raw=True)
when
f
is using non-numpy functions e.g..iloc
The text was updated successfully, but these errors were encountered: