1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 16:13:46 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 040e56fc76
Improve exclude function
When a user explicitly requests that a field be excluded with -x we
skip that field in most checks. Up until now that did not include
the item-based checks using a transposed dataframe because we don't
know the metadata field names (labels) until we iterate over them.

Now the excludes are respected for item-based checks.
2022-09-02 15:59:22 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
app.py Improve exclude function 2022-09-02 15:59:22 +03:00
check.py Improve exclude function 2022-09-02 15:59:22 +03:00
experimental.py Improve exclude function 2022-09-02 15:59:22 +03:00
fix.py Improve exclude function 2022-09-02 15:59:22 +03:00
util.py csv_metadata_quality/util.py: update for ftfy 6.0 2021-12-15 21:58:07 +02:00
version.py Bump version to 0.6.0-dev 2021-12-09 23:21:30 +02:00