I have a set of data where every third column is the same. I want to leave only the first column and other which are the same must be deleted.
At first I tried this
Reverse the direction. Start deleting from the right. I think you know how to modify your code