1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-08 14:16:00 +02:00

csv_metadata_quality/app.py: Add comment

This commit is contained in:
2019-07-26 23:49:13 +03:00
parent 844b968098
commit 84c3b17678

View File

@ -12,6 +12,7 @@ def run():
for column in df.columns.values.tolist():
print(f'DEBUG: {column}')
# Run whitespace fix on all columns
df[column] = df[column].apply(fix.whitespace)
# Run invalid multi-value separator check on all columns