I have a CSV with 88 columns and 6 rows. I can either use Excel, csvkit, or python directly BUT whats the best way to find what is making each of the 6 rows unique as to not be consider row duplicates ? ie removing duplicate rows does nothing thus I need to find out of the 88 columns which ones are giving us the problem ....
Thoughts on how to handle?