Skip to content

Commit

Permalink
New list of countries after fixing GIDAIS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-ragonnet committed Jul 26, 2023
1 parent 74f7887 commit 5ee9560
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
27 changes: 27 additions & 0 deletions autumn/projects/sm_covid2/common_school/included_countries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,22 @@ all:
CHL: Chile
CHN: China
CMR: Cameroon
COD: Congo, The Democratic Republic of the
COL: Colombia
CRI: Costa Rica
CZE: Czechia
DEU: Germany
DNK: Denmark
DOM: Dominican Republic
DZA: Algeria
ECU: Ecuador
EGY: Egypt
ESP: Spain
EST: Estonia
ETH: Ethiopia
FIN: Finland
FRA: France
GBR: United Kingdom
GEO: Georgia
GHA: Ghana
GRC: Greece
Expand All @@ -37,6 +42,8 @@ all:
HND: Honduras
HRV: Croatia
HUN: Hungary
IDN: Indonesia
IND: India
IRL: Ireland
IRN: Iran, Islamic Republic of
IRQ: Iraq
Expand All @@ -57,6 +64,7 @@ all:
LVA: Latvia
MAR: Morocco
MDA: Moldova, Republic of
MEX: Mexico
MKD: North Macedonia
MMR: Myanmar
MNE: Montenegro
Expand All @@ -81,7 +89,9 @@ all:
PRY: Paraguay
ROU: Romania
RUS: Russian Federation
RWA: Rwanda
SAU: Saudi Arabia
SEN: Senegal
SGP: Singapore
SLV: El Salvador
SRB: Serbia
Expand All @@ -93,10 +103,12 @@ all:
SYR: Syrian Arab Republic
THA: Thailand
TTO: Trinidad and Tobago
TUN: Tunisia
TUR: Turkey
UGA: Uganda
UKR: Ukraine
URY: Uruguay
USA: United States
VEN: Venezuela, Bolivarian Republic of
VNM: Viet Nam
ZAF: South Africa
Expand All @@ -121,20 +133,25 @@ google_mobility:
COL: Colombia
CRI: Costa Rica
CZE: Czechia
DEU: Germany
DNK: Denmark
DOM: Dominican Republic
ECU: Ecuador
EGY: Egypt
ESP: Spain
EST: Estonia
FIN: Finland
FRA: France
GBR: United Kingdom
GEO: Georgia
GHA: Ghana
GRC: Greece
GTM: Guatemala
HND: Honduras
HRV: Croatia
HUN: Hungary
IDN: Indonesia
IND: India
IRL: Ireland
IRQ: Iraq
ISR: Israel
Expand All @@ -154,6 +171,7 @@ google_mobility:
LVA: Latvia
MAR: Morocco
MDA: Moldova, Republic of
MEX: Mexico
MKD: North Macedonia
MMR: Myanmar
MNG: Mongolia
Expand All @@ -175,7 +193,9 @@ google_mobility:
PRY: Paraguay
ROU: Romania
RUS: Russian Federation
RWA: Rwanda
SAU: Saudi Arabia
SEN: Senegal
SGP: Singapore
SLV: El Salvador
SRB: Serbia
Expand All @@ -188,6 +208,7 @@ google_mobility:
UGA: Uganda
UKR: Ukraine
URY: Uruguay
USA: United States
VEN: Venezuela, Bolivarian Republic of
VNM: Viet Nam
ZAF: South Africa
Expand All @@ -202,15 +223,18 @@ national_sero:
CHL: Chile
COL: Colombia
CZE: Czechia
DEU: Germany
DNK: Denmark
ECU: Ecuador
ESP: Spain
EST: Estonia
ETH: Ethiopia
FRA: France
GBR: United Kingdom
HND: Honduras
HRV: Croatia
HUN: Hungary
IND: India
IRN: Iran, Islamic Republic of
ISR: Israel
ITA: Italy
Expand All @@ -220,15 +244,18 @@ national_sero:
KOR: Korea, Republic of
LBN: Lebanon
LTU: Lithuania
MEX: Mexico
MNG: Mongolia
MWI: Malawi
NOR: Norway
NPL: Nepal
OMN: Oman
PAK: Pakistan
PRT: Portugal
SEN: Senegal
SGP: Singapore
SVN: Slovenia
SWE: Sweden
USA: United States
ZAF: South Africa
ZMB: Zambia
4 changes: 2 additions & 2 deletions data/inputs/school-closure/serodata_national.csv
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
"print(len(pop_iso3s))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"_list = pop_iso3s\n",
"print(\"GBR\" in _list)\n",
"print(\"USA\" in _list)"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit 5ee9560

Please sign in to comment.