Forum Navigation
You need to log in to create posts and topics.

Remove Duplicates from CSV File

Problem

User wants to clean up CSV files before importing them.

Solution

The following script is meant to do just that

install the following module using pip

py -m pip install pandas

run the attached script

py clear_duplicates_csv

 

Note

Modify the file paths according to your needs

Uploaded files: