I can't seem to find a question/answer for what I am looking for and it may be that I am just not asking the question correctly. Any help would be very much appreciated.
I have a pandas dataframe and I am trying to get only one of the combinations, I don't care about the order:
   ind   col0   
    1    [11908513152, 11646250552]    
    2    [11885390452, 15535908250]    
    3    [11505181152, 16840777350]   
    4    [10939963252, 21451188650]   
    5    [11794522952, 71374807803]  
    6    [11545148452, 19354003650]  
    7    [11849104552, 12114525052]  
    8    [15535681750, 11832504652]    
    9    [13120602349, 11281922352, 17273945153]   
    10   [11281922352, 17273945153, 13120602349]   
    11   [11646250552, 11908513152]    
    ... 
Line 10 has the same values of line 9, I only want one of them. Same for line 1 and 11.
 
    