I am a new user to Pandas and I love it!
I am trying to create a pivot table in Pandas. Once I have pivot table the way I want, I would like to rank the values by the columns.
I've attached an image from Excel as it is easier to see in tabular format what I am trying to achieve. Link to image
I've searched through stackoverflow but am having trouble finding an answer. I tried using .sort() but this doesn't work. Any help will be appreciated.
Thanks in advance