QST: is the new behavior of GroupByRolling for MultiIndex in v1.1.1 intended? #36018
Labels
Bug
Groupby
MultiIndex
Regression
Functionality that used to work in a prior pandas version
Window
rolling, ewma, expanding
Milestone
Question about pandas
Let's say we have a
Series
withMultiIndex
like the below.Then, when I use
GroupByRolling
, In the version of pandas <= 1.0.5 shows result as below.(Let's focus on the level of
MultiIndex
in the examples below)However, In the pandas 1.1.0, the result seems different from the previous version as below.
(The level of
MultiIndex
is decreased after performing)Is it intended behavior in pandas 1.1.1. ??
Thanks :)
The text was updated successfully, but these errors were encountered: