DataFrame.groupby(level=...).rolling(n).mean() #14420
Labels
Bug
Duplicate Report
Duplicate issue or pull request
Groupby
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Using the groupby().rolling() object seems to duplicate a level of the index.
I would expect the output to be the same in all three cases.
The text was updated successfully, but these errors were encountered: