datagouv / csv-detective

CSV inspection
45 stars 10 forks source link

refactor: use forked cchardet to detect encoding #66

Closed Pierlou closed 11 months ago

Pierlou commented 11 months ago

Using a forked version of the original cchardet: faust-cchardet to detect encoding. In the future, faust-cchardet could become the baseline of the package (see this issue), so we might want to switch back to just cchardet in the requirements (they are both imported with import cchardet)