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:
@ -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
|
||||
|
Reference in New Issue
Block a user