Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 327 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 327 Bytes

Remove_Duplicates

This program opens will open a csv, read the data into a dataframe, remove duplicates, and write the results to a new csv file. The CSV delimintor needs to be specified, but the file encoding does not. It will attempt to open the file with the most common encodings and will write the results using UTF-8.