QST: is the new behavior of GroupByRolling in v1.1.0 intended? #35486
Labels
Groupby
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
DataFrame
like the below.Then, when I use
GroupByRolling
, In the version of pandas <= 1.0.5 shows result as below.However, In the pandas 1.1.0, the result seems different from the previous version as below.
Could someone let me know Is it intended? or unexpected behavior (maybe kind of bug) ?
Thanks :)
The text was updated successfully, but these errors were encountered: