frictionlessdata / datapackage-py

A Python library for working with Data Packages.
https://frictionlessdata.io
MIT License
189 stars 44 forks source link

Allow empty/Excel files by handling 'None' encoding #228

Closed akariv closed 5 years ago

akariv commented 5 years ago

cchardet might return None as the encoding (could happen for empty files and, for example, when creating a resource based on an excel file).

Depends on https://github.com/frictionlessdata/tableschema-py/pull/224