mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 05:45:02 +01:00
csv_metadata_quality/fix.py: Remove extra newline
This commit is contained in:
parent
3cf9f9452b
commit
2b41f9416b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user