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

Use types from pudo's 'typecast' library, PEP8 etc #171

Open davidread opened 7 years ago

davidread commented 7 years ago

@pudo's https://github.com/okfn/messytables/pull/155 with fixes from @StevenMaude

This changeset supersedes #139, and includes a variety of changes to improve Python 3 support (using six directly).

I expect this to fix #154, #146, #50, #40, #117 and make #37, #140, #148, #149 into issues for typecast.

Let's see if we can get this merged?

pudo commented 7 years ago

+1 I'm so keen to finally get a cleanup of messytables.

fxsman commented 5 years ago

Can someone push this fix please?

davidread commented 5 years ago

To resolve the conflicts on this, @pudo should decide whether he wants these new types: https://github.com/okfn/messytables/pull/166 in typecast, which is where this PR factors out this functionality.