I need to groupby-transform a dataframe by a datetime column AND another str(object) column to apply a function by group and asign the result to each of the row members of the group. I understand the groupby workflow but cannot make a pandas.Grouper
for both conditions at the same time. Thus:
How to use pandas.Grouper
on multiple columns?