mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-05 08:53:03 +02:00
Compare commits
3 Commits
b7a81b8ec7
...
renovate/i
Author | SHA1 | Date | |
---|---|---|---|
bb8ed7338d | |||
753f3340a3
|
|||
188097abe4
|
@ -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)
|
||||
|
@ -49,7 +49,7 @@ dev = [
|
||||
"pytest~=8.3",
|
||||
"isort~=6.0",
|
||||
"csvkit~=2.0",
|
||||
"ipython~=8.31",
|
||||
"ipython~=9.3",
|
||||
]
|
||||
|
||||
# So hatch doesn't try to build other top-level directories like "data"
|
||||
|
@ -3,7 +3,7 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"pep621": {
|
||||
"enabled": false
|
||||
"pip_requirements": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user