dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

suggest utf-8 encoding for csv_example #124

Open LeiYangGH opened 3 years ago

LeiYangGH commented 3 years ago

I'm using a Chinese win10 and when running the csv_example got 'gbk cannot encode... error', setting encoding='utf-8' optional parameter to open function can prevent this error. So I suggest update sample code using 'utf-8', or 'utf-8-sig' for csv with BOM.