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