5 ms·
Exact duplicate rows? If you have access to standard Unix tools, try this on a command line: cat input_file.csv | sort | uniq > output_file.csv
by pcowans 13y ago
Exact duplicate rows? If you have access to standard Unix tools, try this on a command line:
cat input_file.csv | sort | uniq > output_file.csv