1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-08-11 07:18:08 +02:00
Files
csv_metadata_quality
__init__.py
__main__.py
app.py
check.py
fix.py
data
tests
.build.yml
.flake8
.travis.yml
LICENSE.txt
Pipfile
Pipfile.lock
README.md
requirements-dev.txt
requirements.txt
csv-metadata-quality/csv_metadata_quality
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
..
2019-07-29 17:08:49 +03:00
2019-07-29 17:08:49 +03:00