I have a Pandas dataframe of two columns:
- one column consists of integer values
- the other of lists of different sizes as values.
I want to sort the frame records according to max int value and max list size in descending order. I tried to paste the data, but it was not understandable.
Thanks