mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-09 02:15:38 +02:00
Compare commits
1 Commits
07b2cbfdbc
...
83873ca2e9
Author | SHA1 | Date | |
---|---|---|---|
83873ca2e9 |
@ -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