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:
parent
844b968098
commit
84c3b17678
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user