Skip to content

Commit

Permalink
fix unicef region file
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Feb 10, 2020
1 parent 8562ed0 commit 3e55721
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 9 deletions.
32 changes: 31 additions & 1 deletion datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "",
"author": "",
"license": "",
"created": "2020-02-06T13:40:47.663468+00:00",
"created": "2020-02-10T17:06:45.666858+00:00",
"translations": [],
"version": "0.0.1",
"resources": [
Expand Down Expand Up @@ -244,6 +244,9 @@
},
{
"name": "name"
},
{
"name": "is--unicef_region"
}
],
"primaryKey": "unicef_region"
Expand Down Expand Up @@ -714,6 +717,24 @@
"ddf--entities--geo--main_religion_2008"
]
},
{
"primaryKey": [
"geo"
],
"value": "is--unicef_region",
"resources": [
"ddf--entities--geo--unicef_region"
]
},
{
"primaryKey": [
"unicef_region"
],
"value": "is--unicef_region",
"resources": [
"ddf--entities--geo--unicef_region"
]
},
{
"primaryKey": [
"geo"
Expand Down Expand Up @@ -1023,6 +1044,15 @@
"ddf--entities--tag"
]
},
{
"primaryKey": [
"unicef_region"
],
"value": "name",
"resources": [
"ddf--entities--geo--unicef_region"
]
},
{
"primaryKey": [
"world_4region"
Expand Down
16 changes: 8 additions & 8 deletions ddf--entities--geo--unicef_region.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
unicef_region,name
sa,South Asia
eca,Europe and Central Asia
mena,Middle East and North Africa
ssa,Sub-Saharan Africa
lac,Latin America and Caribbean
eap,East Asia and Pacific
na,North America
unicef_region,name,is--unicef_region
sa,South Asia,TRUE
eca,Europe and Central Asia,TRUE
mena,Middle East and North Africa,TRUE
ssa,Sub-Saharan Africa,TRUE
lac,Latin America and Caribbean,TRUE
eap,East Asia and Pacific,TRUE
na,North America,TRUE

0 comments on commit 3e55721

Please sign in to comment.