mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-06 17:11:45 +02:00
Compare commits
3 Commits
07b2cbfdbc
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
47c9bbc1d7 | |||
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)
|
||||
|
@ -7,7 +7,7 @@ authors = [
|
||||
]
|
||||
license= { file = "LICENSE.txt" }
|
||||
dependencies = [
|
||||
"pandas[feather,performance]~=2.2.3",
|
||||
"pandas[feather,performance]~=2.3.0",
|
||||
"python-stdnum~=1.20",
|
||||
"requests~=2.32.3",
|
||||
"requests-cache~=1.2.1",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"pep621": {
|
||||
"enabled": false
|
||||
"pip_requirements": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user