DataResponsibly / DataSynthesizer

MIT License
252 stars 85 forks source link

Django data upload #3

Closed patwater closed 4 years ago

patwater commented 6 years ago

When I try to upload dataset to the Django app I get the following error:

ParserError at _synthesizer_proc_datadash.pdf

haoyueping commented 6 years ago

The exception raised when reading CSV and decoding byte 0xa8. You can locate which row in dataset raising this exception with binary search. For example, there are 1000 rows in dataset. Try first 500 rows as input, if there is no exception, try first 750 rows as input, else try first 250 rows as input, ...

Please let me know if you have any questions.