So I want to create a plot or graph. I have a time series data. My dataframe looks like that:
I need to count values in df['status']
(there are 4 different values) and df['group_name']
(2 different values) for each day.
So i want to have date index and count of how many times each value from df['status']
appear as well as df['group_name']
. It should return Series.