frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
235 stars 42 forks source link

Fix a chardet encoding inferring bug #306

Closed roll closed 4 years ago

roll commented 4 years ago
roll commented 4 years ago

Hi @mcarans,

Can you please check if I have written it down correctly as a test because I can't reproduce it

mcarans commented 4 years ago

@roll If I replace the file in your test with this url 'https://api.acleddata.com/acled/read.csv?limit=0&terms=accept&iso=112', it fails for me ie. with Stream('https://api.acleddata.com/acled/read.csv?limit=0&terms=accept&iso=112', headers=1) as stream: