# Remove duplicates

Generates a new file without duplicates, but keeps empty cells.

Script: [rdups.py](https://wikis.supportdatabases.com/attachments/2)

Usage:

```shell
python rdups.py <csv_file_path> <column_name>
```

Example:

```shell
python rdups.py /path/to/file.csv "phone number"
```