1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-21 21:35:02 +01:00

csv_metadata_quality/app.py: Add comment

This commit is contained in:
Alan Orth 2019-07-26 23:49:13 +03:00
parent 844b968098
commit 84c3b17678
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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