mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-06 09:08:40 +02:00
Compare commits
1 Commits
v0.7.0
...
b7a81b8ec7
Author | SHA1 | Date | |
---|---|---|---|
b7a81b8ec7
|
@ -389,7 +389,7 @@ def countries_match_regions(row, exclude):
|
||||
# string (length would be 0).
|
||||
if row[region_column_name] is not None and len(row[region_column_name]) > 0:
|
||||
row[region_column_name] = (
|
||||
row[region_column_name] + "||" + "||".join(missing_regions)
|
||||
row[region_column_name] + "||".join(missing_regions)
|
||||
)
|
||||
else:
|
||||
row[region_column_name] = "||".join(missing_regions)
|
||||
|
Reference in New Issue
Block a user