Switch to the new file, country_info_2.csv . This file renames the country_iso column name to iso_alpha_2. This PR adjusts to this development.
The use of iso2c is replaced with iso3c everywhere. This essentially solves the known problem of Namibia having its country code as NA - it now becomes NAM.
The result of these changes will be noticeable in data_all.csv and unit_info.csv.
i. For unit_info.csv , the unit column now has country codes with three characters (AFG for Afghanistan) instead two (AF). The country codes with two characters are now stored in iso_alpha_2. There is a new column who_region which contains WHO region classification. Screenshot is below.
ii. For `data_all.csv` a new `set` called `who_region` is added, and the `unit` now contains country codes with three characters (AFG for Afghanistan) instead of two (AF). Screenshot is shown below.
This PR brings a few changes:
country_iso
column name toiso_alpha_2
. This PR adjusts to this development.iso2c
is replaced withiso3c
everywhere. This essentially solves the known problem of Namibia having its country code asNA
- it now becomesNAM
.data_all.csv
andunit_info.csv
. i. Forunit_info.csv
, theunit
column now has country codes with three characters (AFG for Afghanistan) instead two (AF). The country codes with two characters are now stored iniso_alpha_2
. There is a new columnwho_region
which contains WHO region classification. Screenshot is below.