okfn / messytables

Tools for parsing messy tabular data. This is now superseded by https://github.com/frictionlessdata/tabulator-py
http://messytables.readthedocs.io/
387 stars 110 forks source link

Boolean type guessing added #108

Closed dallagi closed 10 years ago

dallagi commented 10 years ago

Added type guessing for boolean fields. By default it matches yes/no and true/false, but custom values can be provided to customize this behavior.

domoritz commented 10 years ago

Will merge after note to changelog has been added. Also, the excel file has a fallbacl to int that can not be bool.