python find_duplicates.py
find_duplicates.py takes the list from file1.csv and the list from file2.csv and prints any value that appear in the first column of both file1.csv and file2.csv #Remove Duplicates
python remove_duplicates.py
remove_duplicates.py takes the list from file1.csv and the list from file2.csv and prints data from file1.csv into output.csv with all values in file2.csv removed.
Need to use UTF-8 when saving the csv files. In libre office make sure the file format is UTF-8