Skip to content

Commit

Permalink
Update country_codes_utils.py (#266)
Browse files Browse the repository at this point in the history
* Update country_codes_utils.py

added "Korea, North" mapping to the COUNTRY_NAME_MAPPING

* Update country_codes_utils.py

change the order of items in COUNTRY_NAME_MAPPING dict object

* Update country_codes_utils.py
  • Loading branch information
qiongl-CTDS authored May 16, 2022
1 parent 4ece2b8 commit 9c651d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions covid19-etl/utils/country_codes_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Cote d'Ivoire": "Côte d’Ivoire",
"Eswatini": "Swaziland",
"Holy See": "Vatican City",
"Korea, North": "North Korea",
"Korea, South": "South Korea",
"North Macedonia": "Macedonia",
"Saint Vincent and the Grenadines": "St. Vincent & Grenadines",
Expand Down

0 comments on commit 9c651d2

Please sign in to comment.