Problem with error message ‘SyntaxError: invalid syntax’ while trying to read csv file
I am trying to figure out python code that works across two csv files. the objective is to find all rows in source file that have threshold value greater than or equal to 50% but are missing in destination file that can then be manually copied over to destination file.