rolling().apply is inconsistent with groupby().apply #20068
Labels
Duplicate Report
Duplicate issue or pull request
Groupby
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
This is the same issue with #5071, but still not solved. :(
func
inGroupBy.apply(func, *args, **kwargs)[source]
haveDataFrame
as an input, whilefunc
inRolling.apply(func, args=(), kwargs={})
havendarray
as an input.Is this project still actively working to find solution?
Also, it would be better if it support parallel processing.
Code Sample
The text was updated successfully, but these errors were encountered: