Remove duplicates
Generates a new file without duplicates, but keeps empty cells.
Script: rdups.py
Usage:
python rdups.py <csv_file_path> <column_name>
Example:
python rdups.py /path/to/file.csv "phone number"
Generates a new file without duplicates, but keeps empty cells.
Script: rdups.py
Usage:
python rdups.py <csv_file_path> <column_name>
Example:
python rdups.py /path/to/file.csv "phone number"
No Comments