CSV new-line character seen in unquoted field error
It’ll be good to see the csv file itself, but this might work for you, give it a try, replace: with: Or, open a file with universal newline mode and pass it to csv.reader, like: Or, use splitlines(), like this: