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

Type guessing weights might be wrong #18

Closed JoshData closed 12 years ago

JoshData commented 12 years ago

@pudo in #17 noted that the DateType weight is now the same as the string weight. I think I made a mistake, and all of the weights should be incremented by 1 so that string has the lowest weight. I'll submit another pull request when I get a chance.

pudo commented 12 years ago

Fixed it locally, will push asap.

JoshData commented 12 years ago

Thanks.