I'm having a hard time splitting a data frame. I am hoping to get some help. I'm trying to split the original data into a data-frame for each city indexed in the top row and the date in the first column. For my actual data I have 189 unique cities
Original data:
This is my goal:
I've tried a number of different ways but my index's are still in the first two columns.