Right now, I have my data grouped by a multi level index (Date and region). I want to reduce the indices to just date and pivot the region data so that each region is its own column. I've added a picture to show you what I mean.
What I have:
What I want:
How do I reshape the data like this? Thank you