1
0
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:
Alan Orth 2019-07-27 01:29:22 +03:00
parent 3cf9f9452b
commit 2b41f9416b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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