I have a table which looks like
col1 col2 col3 x y 0.1 y x 0.1 y z 0.2 z y 0.2 .......
(x,y,0.1) is equivalent to (y,x,0.1) therefore one of them has to be removed.
Basically the table is like a matrix. I need to get rid of all the entries which are above/below the diagonal of the matrix. The table has 100mil entries => the result will have 50mil entries.