mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-06 09:08:40 +02:00
Compare commits
3 Commits
b7a81b8ec7
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
0baeb61b3c | |||
753f3340a3
|
|||
188097abe4
|
@ -389,7 +389,7 @@ def countries_match_regions(row, exclude):
|
|||||||
# string (length would be 0).
|
# string (length would be 0).
|
||||||
if row[region_column_name] is not None and len(row[region_column_name]) > 0:
|
if row[region_column_name] is not None and len(row[region_column_name]) > 0:
|
||||||
row[region_column_name] = (
|
row[region_column_name] = (
|
||||||
row[region_column_name] + "||".join(missing_regions)
|
row[region_column_name] + "||" + "||".join(missing_regions)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
row[region_column_name] = "||".join(missing_regions)
|
row[region_column_name] = "||".join(missing_regions)
|
||||||
|
@ -8,7 +8,7 @@ authors = [
|
|||||||
license= { file = "LICENSE.txt" }
|
license= { file = "LICENSE.txt" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pandas[feather,performance]~=2.2.3",
|
"pandas[feather,performance]~=2.2.3",
|
||||||
"python-stdnum~=1.20",
|
"python-stdnum~=2.1",
|
||||||
"requests~=2.32.3",
|
"requests~=2.32.3",
|
||||||
"requests-cache~=1.2.1",
|
"requests-cache~=1.2.1",
|
||||||
"colorama~=0.4",
|
"colorama~=0.4",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"pep621": {
|
"pip_requirements": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user