Y
Hacker News
new
|
ask
|
show
|
jobs
by
pcowans
4821 days 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