Forum breadcrumbs – You are here:Tracston Community Forum – DevOps, Micro Services, Cloud, Infrastructure, Development, Monitoring and more…Development: PythonRemove Duplicates from CSV File
You need to log in to create posts and topics.
Remove Duplicates from CSV File

moshe@moshe
#1 · 20/10/2020, 8:38 am
Quote from moshe on 20/10/2020, 8:38 amProblem
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
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:Click for thumbs down.0Click for thumbs up.0