mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 05:45: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():
|
for column in df.columns.values.tolist():
|
||||||
print(f'DEBUG: {column}')
|
print(f'DEBUG: {column}')
|
||||||
|
|
||||||
|
# Run whitespace fix on all columns
|
||||||
df[column] = df[column].apply(fix.whitespace)
|
df[column] = df[column].apply(fix.whitespace)
|
||||||
|
|
||||||
# Run invalid multi-value separator check on all columns
|
# Run invalid multi-value separator check on all columns
|
||||||
|
Loading…
Reference in New Issue
Block a user