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.