mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-08 06:06:00 +02:00
csv_metadata_quality/fix.py: Remove extra newline
This commit is contained in:
@ -7,7 +7,6 @@ def whitespace(field):
|
||||
Return string with leading, trailing, and consecutive whitespace trimmed.
|
||||
"""
|
||||
|
||||
|
||||
# Skip fields with missing values
|
||||
if pd.isna(field):
|
||||
return
|
||||
|
Reference in New Issue
Block a user