daniel-acuna / reviewer_assignment

Reviewer assignment and scoring system based on topic models
http:/pr.scienceofscience.org
5 stars 4 forks source link

Error reading CSV file #43

Open titipata opened 6 years ago

titipata commented 6 years ago

In some cases, the CSV reading gives error on non-UTF-8 characters. I have to put encoding="ISO-8859-1" when using pandas to read the CSV file.