mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-03 08:01:54 +02:00
Compare commits
2 Commits
83873ca2e9
...
07b2cbfdbc
Author | SHA1 | Date | |
---|---|---|---|
07b2cbfdbc | |||
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