Open titipata opened 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.
encoding="ISO-8859-1"
pandas
In some cases, the CSV reading gives error on non-UTF-8 characters. I have to put
encoding="ISO-8859-1"
when usingpandas
to read the CSV file.