1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-25 23:53:45 +02:00
csv-metadata-quality/tests
Alan Orth fa4fa3491b
Add check for "suspicious" characters
These standalone characters often indicate issues with encoding or
copy/paste in languages with accents like French and Spanish. For
example: foreˆt should be forêt.

It is not possible to fix these issues automatically, but this will
print a warning so you can notify the owner of the data.
2019-07-29 17:08:49 +03:00
..
__init__.py Add initial tests 2019-07-27 00:36:40 +03:00
test_check.py Add check for "suspicious" characters 2019-07-29 17:08:49 +03:00
test_fix.py Add support for fixing "unnecessary" Unicode 2019-07-29 16:38:10 +03:00