I am trying to efficiently plot the number of orders in a seaborn line plot. Here the x-axis should be the date, the y-axis the number_of_orders and there should be a total of 12 lines that correspond to each individual group.
The data I'm working with looks like this. It is a multi index pandas dataframe, where there are several groups for each single date.
Is there an easy way of doing this?

